Forum Moderators: not2easy
I've checked the picture sizes and their definition match and the pics don't have the white space on them ;-)
CSS:
.pictures { /*this defines how the product pitures will be displayed*/
float: left;
margin: 0px 0px 0px 0px;
border: 1px solid #002469;
padding: 0px;
background: #FFFFFF;
}
HTML:
<div class="pictures">
<a href="image.htm" class="img" onClick="popitup(this.href,'console',360,680);return false;"target="_blank"><img src="image_thumb.jpg" name="image_thumb" width="110" height="110" border="0" alt="Click for more details"></a>
</div>
TIA
Beau
<div class="pictures">
<a href="image.htm" class="img" onClick="popitup(this.href,'console',360,680);return false;"target="_blank"><img src="image_thumb.jpg" name="image_thumb" width="110" height="110" border="0" alt="Click for more details"></a></div>