Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Flash Integration / December 2005



Tip: Looking for answers? Try searching our database.

Wrap it up!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
apexman - 05 Dec 2005 14:41 GMT
I want a "real" break.

I want to place a hard line return in some coldfusion output from a dynamic
table.
Here's the code:
<div align="left" class="style5">
<table width="22" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="corpcal">#cal.People#</td>
</tr>
</table>
</div>

I think I should be using the "wrap" function, but I must be doing it wrong,
or else it behaves differently within this cfml table for some reason.

Any help would be appreciated.
smburc - 13 Dec 2005 19:34 GMT
You should wrap your <tr> tags in an output query. The ouput query will loop
over all of the records in the query results and run all of the code between in
the CFOUTPUT tag.

Something like this:

<CFOUTPUT query="QueryName">
  <tr>
     <td>#People#</td>
  <tr>
</CFOUPUT>
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.