Forum Moderators: not2easy
body { font-family:Arial, Helvetica, sans-serif;
font-weight: 500;
background-color: #CCCCCC;
font-size:12px;
border-style: ridge;
border-width:thin;
border-color: #FF9933;
width:500px;
margin-left:130px;
} Does anyone know what the problem is?
Thx
For some reason I've never tried setting a border directly on the body element before - I've always used a containing div - but seeing your CSS I see no reason why not.
[edit]Maybe this was after you changed the border to the DIV?[/edit]