When I apply this code to my CSS (which is a wrap that goes around my entire page for CMS purposes), the entire page gets a white border of abour 5-10px.
#wrap {position:relative;width:100%; height:100%; top:0; left:0; right:0; bottom:0}
http://www.brockpatterson.com/secret.php
Thanks,
Drummer
You need to reset your default html elements to achieve the effect you’re looking for;
I’d also suggest you use a reset sheet.