Forum Moderators: not2easy
text-decoration? If the image is within the link, i.e.
<a href="#"><img src="#" /> plus text too</a>
<a href="#"><img src="#" /></a>
<a href="#">text links</a>
a img:
a { text-decoration: underline; }
a img { text-decoration: none;
border: 2px Solid #333; }