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

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

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

Post by Mythic Fr0st »

How would I set a large group of text inside tables to say, white, but without adding alot of tags?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

could you be a bit more specific? Image
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Code: Select all

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