you could use <img src=".." border="0" /> to get rid of the border
alternately you could try it without CSS like this <img src=".." border="0" align="right" /> you might have to put it after a few links so it lands vertically centered. But if your content in the cell is going to change its not a good idea.
Main Topics
Browse All Topics





by: RoonaanPosted on 2004-11-02 at 11:14:53ID: 12476165
Try to assign the class to the <a> instead of to the <img>: eg:
<a class="aimg"><img /></a> instead of <a><img class="aimg" /></a>.
Regards
-r-