<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have a table with rows that contain one or more small images followed by 
some text.<BR>I want the images to touch the image from the next and previous 
rows, unfortunately&nbsp;they allways end up with<BR>some padding between the 
rows.<BR>I can get them to stick together if I only have and image and no text 
in the row, or if I create a<BR>column for each image so that text and images 
aren't mixed in the same column.&nbsp;However I don't know how many&nbsp;images 
there will be and therefore can't use the many columns approach.<BR>VALIGN 
doesn't seem to help.<BR>How can I do this?<BR><BR><BR>&lt;table width=130 
border=0 cellspacing=0 cellpadding=0&gt;<BR>&lt;tr&gt;&lt;td 
width=130&gt;&lt;img src="/images/image1.gif" width=15 height=22 
border=0&gt;aaa&lt;/td&gt;&lt;/tr&gt;<BR>&lt;tr&gt;&lt;td width=130&gt;&lt;img 
src="/images/image2.gif" width=15 height=22 
border=0&gt;aaa&lt;/td&gt;&lt;/tr&gt;<BR>&lt;/table&gt;<BR><BR><BR>Thanks in 
advance<BR>Lau<BR><BR></DIV></BODY></HTML>