I know there is probably a better way to do what I want rather than a bunch of tables but this is for an html email. My problem is that I need this table to touch this image to give the appearance they are one. The table above the image is fine but the table below is a few pixels lower than it should (like there is a <br> or something) be. The image is surounded by an <a> tag.
Thanks in advance,Code:<table border="0" cellpadding="0" cellspacing="0" width="138" height="40" bgcolor="#de9c00"><tr><td></td></tr></table> <a href="http://www.blah.com" border=0 style="margin:0px;"><img src="blah.jpg" border="0"></a> <table border="0" cellpadding="0" cellspacing="0" width="140" height="40" bgcolor="#de9c00"><tr><td></td></tr></table>
Michael




Reply With Quote