Posted by Els on 06/18/05 18:51
Jon Jervis wrote:
> Just wondering whether or not I can change the alignment / colour etc of all
> the individual cells within a table at once rather than adding "align /
> color" tabs to every single one? I just want to <align="centre"> about 500
> cells in one colour!!
>
> Thanks for any help.
>
> Jon.
HTML:
<table class="someclass">
<tr><td>...</td></tr>
<tr><td>...</td></tr>
<tr><td>...</td></tr>
...etc..
</table
CSS:
table.someclass td{
background-color:purple;
color:yellow;
text-align:center;
}
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: The Scene - Alcohol En Tranen
[Back to original message]
|