Page is a not externally linkable
olls - 6:28 pm on Feb 22, 2011 (gmt 0)
I still can not get it to work, i dont know what i am doing wrong, ive put all the content into a container div and it still wont work, here is the CSS:
div#container{
width:820px;
top:0;
margin:0 auto 0;
border-style:solid;
border-color:red;
}
and the HTML:
<div id="container">
<!-- content -->
</div>
Please help!