Page 1 of 1

How would I set a large group of text inside tables to color

Posted: Wed Dec 06, 2006 9:50 pm
by Mythic Fr0st
How would I set a large group of text inside tables to say, white, but without adding alot of tags?

Posted: Wed Dec 06, 2006 9:59 pm
by John Cartwright
could you be a bit more specific? Image

Posted: Wed Dec 06, 2006 10:01 pm
by Mythic Fr0st
Well, instead of doing

<td><font color='white'>Blah</font></td>

just have like a way to type

<blah color='white'>

and cover all the text inside the tables E.G

<td>Blah</td> I tried using <font> but it didnt work:/

</blah>


It'd make it alot easier and quicker then doing alot of them

Posted: Wed Dec 06, 2006 10:06 pm
by John Cartwright

Code: Select all

<td style="color: #FFFFFF;">lots of text here</td>
:wink: