Forum Moderators: open
So if you have this:
<a href="bigImg.jpg">
<img src="smallImg.jpg" style="height:20px;width:25px;">
</a> You could try this:
<a href="bigImg.jpg"><img src="smallImg.jpg" style="height:20px;width:25px;"></a> Same goes for the TD tags, I believe.