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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image hyperlink decoration 1

Status
Not open for further replies.

OMoore

Technical User
Joined
Oct 23, 2003
Messages
154
Location
EU
Hi all,

I have several images on my webpage set as hyperlinks. The effect of the images are being ruined by the blue/purple decoration around them. I can remove text decoration no problem. How can I do it for images?

Thanks
Owen
 
Thanks - works perfect!
 
For a more elaborate solution, try taking away the border for all pictures that are links:
Code:
<style type="text/css">
a img { border: none; }
</style>
 
Thanks Vragabond!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top