View Full Version : No gaps


nova angel
09-18-2004, 05:50 PM
i can't figure out how people (when making a website) get their page to streach right from the very top to the bottom. when i try it always leaves a gap (the page content is say... 500px wide and centered)
how can it be done?
i did try it once but it wouldn't let me do ANY styling what soever it was rather annoying.
HELP!

stargrl329
09-18-2004, 06:09 PM
I'm assuming you mean you don't want page margins? If so, put this in your <head> tag:
<style type="text/css">
html, body{
margin: 0;
padding: 0;
}
</style>

If that's not what you meant, I'm sorry. I confuse myself sometimes :p