Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

css questions...how do I.....?

Quote Reply
css questions...how do I.....?
I can't get my table bgcolor attribute to run correctly when using links.css. This is my first major attempt at using css and would appreciate any help. TIA
Quote Reply
Re: css questions...how do I.....? In reply to
Your CSS should look something like this:

body {
background-color: #000000;
color: #FFFFFF;
margin-left: 2mm;
margin-right: 2mm;
}

Take care you end each single item with a ";" and that you close the specifications with "}" for each tag.

If you can't choose the correct color, try here:
http://www.teamone.de/selfhtml/tka.htm
Probably you can't read German, so I'll explain:
you have to enter for each of the 3 basic colors (red green blue) a value between 0 and 255 in the apropriate field.
Then press the button "Aktualisieren" and the correct value for your CSS will be displayed in the remaining box. Copy and paste it.

Denis

------------------