Defining background colors.

Live forum: /viewtopic.php?t=174

TheDanMan

13-09-2005 11:00:38

Not to be picky, but you should define all the background colors on the main page -D For those with non-white default BGs it looks kinda silly.

wolfie

13-09-2005 11:19:46

hehe that is your problem, not mine )

TheDanMan

14-09-2005 09:23:01

What's so hard about bgcolor=#FFFFFF.

wolfie

15-09-2005 07:44:29

Dude Background colors are set in the style, it is your problem like I said. You must be forcing your color palete on websites you visit.

TheDanMan

15-09-2005 08:02:56

grrr

TheDanMan

22-12-2005 10:55:35


td { background-color: #FFFFFF; vertical-align: top; }
td.centered { text-align: center; }

A:link { text-decoration: none; font-weight: bold; color: #16417A; }
A:active { text-decoration: none; font-weight: bold; color: #AAAAAA; }
A:visited { text-decoration: none; font-weight: bold; color: #16417A; }

H2 { color: #157C15; }
H4 { color: #157C15; }


No they're not.

add:


body { background-color: #FFFFFF; }

TheDanMan

22-12-2005 11:12:05

If you really want to make it look nice, replace the style.css contents with this:


body { background-color: #BCBCBC; }
table { background-color: #FFFFFF; border 1px; border-color: #000000:
td { vertical-align: top; }
td.centered { text-align: center; }

A:link { text-decoration: none; font-weight: bold; color: #16417A; }
A:active { text-decoration: none; font-weight: bold; color: #AAAAAA; }
A:visited { text-decoration: none; font-weight: bold; color: #16417A; }

H2 { color: #157C15; }
H4 { color: #157C15; }

TheDanMan

27-12-2005 16:36:15

yay for fixtedness!