>How do I get CF to ignore the #FFFFCC... It causes an error there because it
>thinks that it's a CF variable.

you have to escape the # sign with two # signs - ##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...

i'm not sure what you're asking here. because you used the query attribute
with the cfoutput tag, you should have produced one row for each record
returned from your query. what are you actually getting? -emily
------------------------------------------------------------------------------
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