Click to See Complete Forum and Search --> : whats wrong with this?


MYP
04-04-2006, 09:17 PM
i have this in my style.css page
<style type="text/css">
body {background-color: #3D3D3D}
h1 {color: #8B2500}
h2 {color: #FF4500}
h3 {color: #f87a17}
p {color: #f87a17}
h3 {font-family: arial}
p {font-family: arial}
h1 (font-size: 200%}
h2 {font-size: 150%}
h3 {font-size: 130%}
p {font-size: 100%}
</style>

i have this on my webpages
<head>
<link rel="stylesheet" type="text/css"
href="style.css" />
</head>


why isnt the backgroudn the color its supposed to be (its still white)

ray326
04-04-2006, 10:40 PM
Remove the style tags from the style sheet.