View Single Post
Old 05-24-2002, 06:53 PM   #1
Meighan
Nimbostrat
 
Meighan's Avatar
 
Join Date: Jan 2002
Location: Canada
Posts: 1,451
Default HTML help please! Regarding tables and changing font attributes.

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!

Last edited by Meighan : 05-25-2002 at 05:13 AM.
Meighan is offline   Reply With Quote