View Full Version : Layout as Background...there's a border around it!


HelpNeeded
02-17-2007, 08:46 PM
How do I make it so that the layout takes up the WHOLE screen? I dont want any of the black showing...
http://druhillonline.com/nokio/ntitysite.htm


Please and thank you!

Arwen
02-18-2007, 11:20 AM
CSS can help you.

<style type="text/css">
body {
margin: 0;
}
</style>

acktacky
02-18-2007, 03:25 PM
Or replace this with your current body tag.

<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

I'm old school. XD CSS works too, of course. :E