PDA

View Full Version : Remove Page Border


youradhere4222
07-25-2008, 07:14 AM
https://vborg.vbsupport.ru/external/2008/07/22.jpg

As you can see, I made an image that's supposed to look like a peeling sticker, but the problem is that the page apparently has a border around it so it's not actually touching the edges. Is there anyway to remove the border? It's being displayed on a simple HTML page; here's the code to it:

<html>
<head>
<title>XXXX.com - XXXX</title>
</head>
<body>
<img src="http://XXXX.com/community/images/open_soon.gif">
<center>
<a href="http://XXXX.com/community"><img border="0" src="http://XXXX.com/community/images/index.jpg">
</center>
</body>
</html>

What would I need to put in here to remove that border? Thanks.

Dismounted
07-25-2008, 07:39 AM
I believe you need to play with the padding/margins. Padding & margin should be zero.

youradhere4222
07-25-2008, 07:53 AM
Thanks, but what do I add to put a padding setting in there? :x

--------------- Added 1216977036 at 1216977036 ---------------

Ah, nevermind - I figured it out. :)