I have a news website in which I want to display about three lines of each entry whiles the rest of the story is read on a detail page. Can somebody help me out with the code to do that? Below is my output query:
<CFOUTPUT query="Comments " maxrows=10>
<a href="cad_cn_de tail.cfm?tblNew sCatID=#tblNews CatID&tblNewsID =#tblNewsID#" class="menu04"> #cComment#</a>
</CFOUTPUT>...