PDA

View Full Version : Content wont center Help!


vanillia
06-12-2008, 05:18 PM
The content part wont center
The welcome header is to close to the affiliates header and to far from the site header.
how do i get it to be centered?

http://kiwi-candi.net/test/

Christine
06-12-2008, 05:42 PM
get rid of the s1, s2, s3, and s4 in your CSS and your coding.

then change this part of your css:
#menu {
float : left;
width : 165px;
margin-left:2px;
}
#content {
float : left;
width : 560px;
margin-left:3px;
}
#link {
float : right;
width : 165px;
margin-right:2px;
}
#footer {
clear : both;
}

vanillia
06-12-2008, 05:57 PM
now the menus are down to low

Christine
06-12-2008, 06:01 PM
You didn't get rid of the s1, etc. in the coding.
Delete all of these:
<div id="s1"> &nbsp; </div>
<div id="s2"> &nbsp; </div>
<div id="s3"> &nbsp; </div>
<div id="s4"> &nbsp; </div>

vanillia
06-12-2008, 06:04 PM
ok i took the last one out but its still down to low.

o nevermind i forgot to refresh, thanks christine :)