Democrazy
09-16-2011, 07:25 AM
Does anyone know why I am getting an anchor underscore under the images: http://i55.tinypic.com/1z5nj3k.png
... when using this code:
<TD align="center"><A href="'.$row['id'].'">'.$row['id'].'<IMG alt="" src="'.$row['id'].'/thumb.png" style="border: 0px; margin-top: 5px"></A></TD>
?
... when using this code:
<TD align="center"><A href="'.$row['id'].'">'.$row['id'].'<IMG alt="" src="'.$row['id'].'/thumb.png" style="border: 0px; margin-top: 5px"></A></TD>
?