Log in

View Full Version : Notifications: Image as a Link


youradhere4222
07-23-2008, 01:32 AM
So... I made an image to put in my notifications as a link to join:

http://discussobama.com/community/images/link.jpg

Here's the code in my notifications area:

<center><a href="http://discussobama.com/community/register.php"><img src="http://discussobama.com/community/images/join_today.png"></a></center>

For some reason there's a blue border around the image. I made the background color the same as the notification box so it would fit in seamlessly. ;)

Is there anyway to fix this? It looks like it's taking the link color from my forum names and putting it around the image, but I've seen it done without this, and my only question is how do I get rid of it? :D

RLShare
07-23-2008, 01:51 AM
add border=0 to the image tag
or with inline css

style='border:0px'

btw. Adding that border is default for linked images in almost all browsers.

youradhere4222
07-23-2008, 02:52 AM
add border=0 to the image tag
or with inline css

style='border:0px'


btw. Adding that border is default for linked images in almost all browsers.

Thanks! :)