hello friend,
i have a div content and a sidebar content take 60% and sidebar take around 40% the
thsi my css
#sidebar {
clear: none;
float: left;
margin-left: 1.4492%;
width: 34.7826%;
display: block;
}
#content {
clear: both;
float: left;
margin-left: 0;
width: 63.7681%;
display: block;
}
so in others pages they will not be a side bar i dont wanna keep content div on left i want it ti be in center of the pages