Hi, I''ve got my tables all st up, I have the the font face I want, but when I do the color tages/whatever, the color doens't cahnge. It's black font ona black background. Any one can help? Here's my code:
Code:
<font face="Arial">
<TABLE BORDER=1 CELLSPACING="10"
CELLPADDING="15" BGCOLOR="Black" WIDTH="75%">
<TR>
<TH BGCOLOR="black"><font color="white">Date: May. 25th </font>
</TH>
<TH BGCOLOR="black"><font color="white">Time: 9:10am</font></TH>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="Black">
<font color="white">Listening to:<br><b>Skater Boy - Avril Lavigne</b></font></TD>
<TD ALIGN="CENTER" BGCOLOR="Black">
Feeling:<br>
Unsure</TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="Black">
<font color="white">Eating:<br>
<b>Nothing</b></font></TD>
<TD ALIGN="CENTER" BGCOLOR="Black">
<font color="white">Thinking: <br><b>I want PIZZA!!</b></font></TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="Black"
COLSPAN="2">
<font color="white">Uppdates:<br>
<b>New format for updates and such!</b></font></TD>
</TR>
Do i have to write in the font color for each cell? That would suck!