On a PC, Explorer or FireFox I get a box around any image that has a link associated with it.
All browsers on my Mac appear as desired.
My typical...

<a href="http://www.link.com/" target="_blank"><img src="images/MyPicture.gif" width="200" height="103" align="top" /> </a>

Is there any way to get rid of these?

Recommended Answers

All 2 Replies

This is a CSS issue, it should be there but you can get rid of it with this

a > img { border: none }

Thank you Shawn!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.