SteveDingle
Programmer
Heya All,
I'm sure this is a beginer HTML question (I work with databases not much web stuff) so hopefuly will be easy.
Basically I have an button image I want to use for navigation. I am putting the inmage in a table cell...
The table has cellpadding/spacing/border at 0.
The problem is that I am seeing a "gutter/space" at the bottom of the cell. I can tell as I have colored the cell Lime and can see a line (about 3-4 pixles hi). Have tried various other images and get the same effect. I assume I'm missing a attribute setting somewhere but just can't find it.
Thanks all
Steve
I'm sure this is a beginer HTML question (I work with databases not much web stuff) so hopefuly will be easy.
Basically I have an button image I want to use for navigation. I am putting the inmage in a table cell...
Code:
<a href="downloads.html">
<img src="images/blank.gif" alt="Downloads" border="0">
</a>
The table has cellpadding/spacing/border at 0.
The problem is that I am seeing a "gutter/space" at the bottom of the cell. I can tell as I have colored the cell Lime and can see a line (about 3-4 pixles hi). Have tried various other images and get the same effect. I assume I'm missing a attribute setting somewhere but just can't find it.
Thanks all
Steve