link
Page 1 of 1
link
http://www.freebits.nl/view.php?filename=949Knipsel.pngIf I follow the instructions I get this...
But the 'default.htm'- page isn't red if I put the code 'body {background-color: #ff0000;}' in NotePas-document'style.css'
in folder 'style' .
Am i doing something wrong?
Greetz,
Teddie
Re: link
Did you include this in the head section of your HTML document?<link rel="stylesheet" type="text/css" href="pathtoyourcssfile.css" />
Where pathtoyourcssfile.css is the way to getting to your CSS file...
You also may want to capitalize the letters in '#ff0000' so that it is like '#FF0000'...
Reply if your problem persists with your whole code
Re: link
in your css you have writtenbody {font-family: tahoma, verdana; font-size: 11px; color: #69645f; background:#3e3e3e;}
and that's not red that's what its showing on web its grey.
Page 1 of 1