Click to See Complete Forum and Search --> : chanegin the font color


pelegk1
07-03-2003, 08:50 AM
how do i change the font color inside a <tr>
not with code and withought using css or <font> tag?
if i have : do i nedd to write it where the ->font-color here???
<tr font-color here???>
<td font-color here???>
sdfsdfsdf
</td>
</tr>
if yes then how
thanks in advance
PEleg

pyro
07-03-2003, 08:56 AM
Originally posted by pelegk1
not with code and withought using css or <font> tag?Then how on earth do you think it can be done? You just eliminated all the optoins...

pelegk1
07-03-2003, 08:59 AM
i mean withought making an include file like:
myfont.css

awebb
07-03-2003, 09:01 AM
Easiest done in html.
<font color="#123456"></font>

pyro
07-03-2003, 09:02 AM
Better (and easier) done in CSS:

<td style="color:red;">
sdfsdfsdf
</td>

pelegk1
07-03-2003, 09:05 AM
just what i wanted man:)
and u havea peace message from us here in israel - the HOLY LAND

pyro
07-03-2003, 09:07 AM
You're welcome. :) Glad I could help...