| Posted by Bernd Meier on 01/13/08 17:27 
I defined  table.propertiesfortables {color:green; background-color:#FFFF00; border="5" solid blue} as CSS.
 I start my table with the tag: <table class=propertiesfortables>
 
 Font is green and background yellow but I didn't get border lines.
 But if I use table.propertiesfortables {color:green;
 background-color:#FFFF00}
 as CSS and then begin table tag with <table class=propertiesfortables
 border="5" solid blue>
 I get blue border line.
 
 Why don't I get blue border lines for my table with first example with CSS
 and what have
 I to change to get them with CSS?
  Navigation: [Reply to this message] |