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.
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.