Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Niwa Rose

macrumors newbie
Original poster
Oct 17, 2008
28
0
Utah
Well, every time I create a div or table there's always a small space from the top of the browser area to the header. Any ideas how to get rid of that space? Thank you ^^
 
Put this in your head tag or the in your external CSS

Code:
<style type="text/css">
body {
	margin: 0;
}
</style>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.