May I get any help on site centering? I have made a site in PHP , but it seems like it doesnt suit all resolutions.Well I mean that it looks fine on my 22" screen , but once I open it on my laptop its total crap.Any help on doing that?
<html>
<head>
<style>
#wrapper { width:1000px; margin: auto; }
</head>
<body>
<div id="wrapper">
 
</div>
</body>
</hmtl>
#menu { float: left; width: 130px; }
#content { float: left; padding-left: 7px; width: 526px; margin-left: 4px; }
<div id="menu">menu here...</div> <div id="content">page content here</div>
clear:both;
.floatbreak { clear:both; }