Table Row <TR> Color?

V

Victor

Is there a way to do a background color of an entire row of a table (the
<TR> tag) as opposed to setting the background color of each <TD> element?

I'm looking for something that's cross-browser compatible, if possible.
 
S

Stefan B Rusynko

TR tag supports the bgcolor attribute
- but you will need to do it in code view or in FP 2003 select the tr tag in Quick Tag Selector and use Edit tag




| Is there a way to do a background color of an entire row of a table (the
| <TR> tag) as opposed to setting the background color of each <TD> element?
|
| I'm looking for something that's cross-browser compatible, if possible.
|
|
|
|
|
 
Top