Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove Highlight

Status
Not open for further replies.

rissac

Technical User
May 9, 2003
79
0
0
IN
I have an image that is a link, I want to be able to remove the purple border that is around the image link so you just have the image as a link but no indication of a link. How would you do that. The code I used below doesn't seem to work. Any ideas?

<A href=&quot;file.html&quot; style=&quot;text-decoration: none&quot; > click here </A>

I even tried &quot;image-decoration: none&quot;, that doesn't work either.
 
&quot;I have an image that is a link &quot;
no u don't!
<A href=&quot;file.html&quot; style=&quot;text-decoration: none&quot; > click here </A>

looks like text to me [noevil]

and what mother said will do:
<a href=&quot;some.html&quot;><img src=&quot;image.jpg&quot; border=&quot;0&quot;></a>


All the best!

> need more info?
:: don't click HERE ::
 
I should have thought of the border property. Thanks a bunch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top