[wdvltalk] Re: php and css tables

2004-07-29 Thread Trusz, Andrew
-Original Message- From: Sheila Fenelon Re: php and css tables Hi drew, I'm confused, where exactly are you doing this .top{background-color:$top_row_color;} table{border: 1px solid $main_table_border_color;} Is it in a .css file or a .php file? It needs to be in a .php file

[wdvltalk] Re: php and css tables

2004-07-29 Thread Trusz, Andrew
-Original Message- From: steve miller Sent: Wednesday, July 28, 2004 1:24 PM To: [EMAIL PROTECTED] Re: php and css tables I know this has worked for me: .plan_name { color: ?php echo $colorG ?; font-weight: normal; font-size: 18px; font-family: Trebuchet MS, Verdana, Arial; }

[wdvltalk] Re: php and css tables

2004-07-29 Thread Trusz, Andrew
-Original Message- From: Sheila Fenelon [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 8:35 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: php and css tables Trusz, Andrew wrote: What does turn out to work is just to drop the quotes in the embedded style sheet. So both

[wdvltalk] Re: php and css tables

2004-07-29 Thread Sheila Fenelon
Trusz, Andrew wrote: What does turn out to work is just to drop the quotes in the embedded style sheet. So both of these work: table width=$main_table_width align=center valign=center border=0 cellspacing=0 cellpadding=1 bgcolor=$main_table_border_color and: style type=text/css table{border:1px