This changes things.
It might not be possible to reduced the markup if the CSS is targeting the span, so that the image is revealed on hover for example.
Alternatively, JavaScript may be be targeting the span. That's something you'll need to look in to and will dictate what you can and can't change of the markup. Maybe try this instead?
HTML
Code:
<a class="thumbnail" href="#thumb">View<span><img src="PD.jpg" /></span></a>
CSS
Code:
.thumbnail { color:#3399ff; font-size:8pt; text-decoration:none }
Have a play around with the sample code I provided and report back with your changes, along with a link if you need more help. It's impossible for anybody to help diagnose your problems without a page to test in.
Bookmarks