Can any of you html experts help me figure out a table problem that I am having? Take a look
here. I'm redesigning the site and I'm trying to clean up the code. You can see how I have the table formatted into TR's. I have the "label" on the left and the description on the right. I'm trying to do this with this code here but I'm having problems lining everything up. I do ok with the first two as you can see but when I go to add the third TR it gets all screwed up.
[code:1:5ec212fbc2]<table width="100%" cellpadding="0" cellspacing="0" border="0" height="100%">
<tr>
<td background="dashedleft.gif" valign="top" colspan="3" width="100%" height="14">
<img src="allowfade.gif" width="15" height="14"></td></tr>
<!--start middle column -->
<tr>
<td class="producttext" align="left" width="15%" height="66" rowspan="2">Overview:</td>
<td height="14" width="60%" align="right"><strong>Visit the <a href="http://www.web-position-gold-pro.net/index.htm">WebPosition Gold 2</a> Website</strong></td>
</tr>
<tr>
<td class="tabletext" height="52" width="60%">WebPosition Gold 2 is a search engine
optimization software program that optimizes your webpage's, submits them to
the search engines and tracks your search engine ranking. The only web
ranking reports tool you'll ever need.</td>
</tr>
<tr>
<td class="producttext" align="left" width="15%" height="138" rowspan="2">Screenshot:</td>
<td class="tabletext" height="138" width="60%" align="left"> <img border="0" src="../affiliate_images/webposition-2.gif" width="165" height="117"></td>
</tr>
</table>[/code:1:5ec212fbc2]