PDA

View Full Version : Help - border around page



aLeXc
February 13th, 2001, 07:47
Hi there,

I'm sure there is a really simple explanation to this, but I'm being really dumb, because I can't work it out.

I've just started building a new webpage. If you take a look at it here http://www.cyberjamsession.com/ss/ then everyhhting looks fine (ignoring the fact that the gfx are not finished, and it only works in 800x600 and 1024x768) - there's no border around the page.

However, that is a cloaked URL that points to the actual URL the website is hosted at - http://www.cyberjamsession.f2s.com/ss/ - here, there's a big border around the edge of the whole page. It also looks like this when I edit it offline.

How can I get the two sites to look the same - what's wrong in the code of my page? The cloaked URL is sticking the site in a big frame - why is this getting rid of the border?

Please help! :-)

Thanks,

aLeX

Woofcat
February 13th, 2001, 08:49
Add to your BODY tag:

marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"

aLeXc
February 14th, 2001, 08:06
Thanks Woofcat! It's solved it!

aLeX