PDA

View Full Version : Making White Borders Disappear


neophyte
May-24-2008, 05:31 AM
Hi guys,

Simple question, I think: I'm using some text that I created in Photoshop on my front page,

http://www.earthphotos.com

I'd like to wrap it in <a href=" "> </a> tags so that a click on it would send a visitor to my Galleries page, but when I do that a white border appears around the text.

How to lose the border?

Thanks,

Neo

Barb
May-24-2008, 05:36 AM
Hi guys,

Simple question, I think: I'm using some text that I created in Photoshop on my front page,

http://www.earthphotos.com

I'd like to wrap it in <a href=" "> </a> tags so that a click on it would send a visitor to my Galleries page, but when I do that a white border appears around the text.

How to lose the border?

Thanks,

Neo

Hi,

Add a border="0" to your image source, i.e.:

<a href="/galleries"><img src="http://earth-photos.smugmug.com/photos/289345639_6vY6v-L.png" border="0"></a>

See if that fixes it for you.

neophyte
May-24-2008, 06:58 AM
Morning Barb,

Yeah, I did that before but I incorrectly put "border=0" inside the <a href....> tag.

Doh!

Thanks!