Hi all,
I ahve following simple CSS:
PHP Code:#wrapper {
margin: 0 auto;
width: 100%;
}
#header {
width: 100%;
float: left;
height: 100px;
}
#content {
float: left;
height: 350px;
width: 900px;
display: inline;
}
#footer {
width: 100%;
clear: both;
}
I need to center the #content part. Can someone help me out her, please? I can't make it go awy from the left side. The header and footer need to be 100% in width, though.
Many thanks,
M









Bookmarks