> In one of my web pages.. I have the following code:
>
> <CFOUTPUT QUERY="QuickDeals">
> <tr>
>       <td width="100%" align="center" bgcolor="#FFFFCC"><a
href="#QuickDeals.QuickURL#"
target="_self">#QuickDeals.QuickDescription#</a></td>
> </tr>
> </CFOUTPUT>
> How do I get CF to ignore the #FFFFCC... It causes an error there
> because it
> thinks that it's a CF variable.
bgcolor="#FFFFCC"> change to bgcolor="##FFFFCC">


> Also one quick question too... How do I get the above code to
> repeat itself
> until all the entries in the table are outputted?  I know I can use CFLOOP
> but for some reason it repeats ALL entries in the same table row which is
> not what I want...

Your code above should create a new table row for each record just like it
is with out using a loop.  Would have to see more of the code to answer it
in any more detail.

>
> I hope someone can help :)  Thanks again.
>

Hope this helps a little bit.

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
               -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to