View Full Version : HTML Help


MahjestEX
11-01-2004, 04:38 PM
Hey, I have a problem with a new site I am making, there is a 10-20 pixel border that wont display an image around the entire page

pb&j
11-01-2004, 04:42 PM
can you provide a link to your example please?
thanks.

MahjestEX
11-01-2004, 04:54 PM
www.clan-nuclear.lisco-online.com

pb&j
11-01-2004, 05:04 PM
webpage not found, please try again.
thanks.

MahjestEX
11-01-2004, 05:09 PM
try again it took mine a few seconds to load, the bottom part is a different frame... that i didnt upload onto the server thingy

Monkey Bizzle
11-01-2004, 05:14 PM
in the banner page try this, put this code into the head of your page:

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

what it does is tells the browser that you want 0 space around your page.

MahjestEX
11-01-2004, 05:19 PM
thanks a lot i would never have thought to look at css for the answer

Monkey Bizzle
11-01-2004, 05:21 PM
CSS is your friend LOL! Let us know if it worked or not!

MahjestEX
11-01-2004, 05:25 PM
its working beautifully ^-^