Eternal Allegiance - Celebrity Gossip

Go Back   Eternal Allegiance - Celebrity Gossip > Eternal-Allegiance Forums > Fan 2 Fan


Register and remove some of the ads
Reply
 
LinkBack Thread Tools
Old 05-24-2002, 06:53 PM   #1
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-25-2002, 02:34 AM   #2
 
Kostaki's Avatar
 
Join Date: Dec 2000
Location: Heavenly Dais
Posts: 725
Default

Unfortunately, you will have to assign colors to each table cell, because there is no way around showing them properly otherwise. If you did BASEFONTCOLOR in the BODY tag, some browsers would not recognize it, and you would have the same results you are having now in those browsers. It's not a big deal really, just type the code in once, and then copy/paste it wherever it needs to go.

Another thing you need to watch out for is not using the color names in the BGCOLOR or COLOR tags. There should be some tools out there, Paint Shop Pro for one, that will convert colors to HTML code.

Colors work like this:
#RRGGBB
R = Red, G = Green, B = Blue

If you use certain combinations from 0-F you can get all kinds of colors. The base colors are the following:

#FFFFFF = White
#000000 = Black

F of course giving you the lightest result, and 0 giving you the darkest result for that field. If you wanted pure blue, you would use #0000FF and so forth.

- Kostaki
__________________
........
Kostaki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-25-2002, 05:08 AM   #3
Nimbostrat
 
Meighan's Avatar
 
Join Date: Jan 2002
Location: Canada
Posts: 1,451
Default

Thanks, Kos.
Meighan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:00 AM.

Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19