Re: Headache with # in table colors

2004-10-05 Thread Greg Stewart
I'd say Stylesheets all the way G On Tue, 5 Oct 2004 10:55:22 -0500, Donna French <[EMAIL PROTECTED]> wrote: > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > -- > > Donna French > [EMAIL PROTECTED] > > [Todays Threads] [This Mes

RE: Headache with # in table colors

2004-10-05 Thread Cornillon, Matthieu (Consultant)
> Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? Donna, I'm not sure if this is what you're going for, but here's a stab: between CFOUTPUT tags, use ## instead of #. HTH, Matthieu [Todays Threads] [This Message] [Subscription]

RE: Headache with # in table colors

2004-10-05 Thread Tangorre, Michael
> From: Donna French [mailto:[EMAIL PROTECTED] > Is there an easy way to go about handling table rows/columns > colors as I am doing my page design/layout? Double them up:  color="##FF" when inside a cfoutput. I go with using external stylesheets to avoid all that double pound here, single

Re: Headache with # in table colors

2004-10-05 Thread Andy Allan
Use CSS :) Andy On Tue, 5 Oct 2004 10:55:22 -0500, Donna French <[EMAIL PROTECTED]> wrote: > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > -- > > Donna French > [EMAIL PROTECTED] > > [Todays Threads] [This Message] [Subscrip

Re: Headache with # in table colors

2004-10-05 Thread Patricia Lee
Double up on the pound signs ##fff000 -or- Leave off the pound signs all together fff000 > Is there an easy way to go about handling table rows/columns colors as > I am doing my page design/layout? > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]