HI,
I am having trouble getting a table to format properly in WP. This image shows my problem:
http://www.dolanhosting.net/jamiedolan/htmlhelp.jpg
This is my code: (I don't see any padding values other than 0). I'm am guessing this might be related to how the photo gets inserted
<table style="background-color: #f5f5f5; width: 150px; height: 200px;" border="1" cellspacing="0" align="right">
<tbody>
<tr>
<td style="text-align: center;"><strong>"Jamie with Akiva & Vasco"</strong></td>
</tr>
<tr>
<td><p><a href="http://jamiedolan.com/wp-content/uploads/2009/11/IMG_8964.CR2.jpg"><img class="aligncenter" style="border: 0pt none; margin: 0px; vertical-align: middle;" title="Jamie Dolan Akiva & Vasco" src="http://jamiedolan.com/wp-content/uploads/2009/11/IMG_8964.CR2-300x300.jpg" alt="Jamie Dolan Akiva & Vasco" width="200" height="200" /></a></p></td>
</tr>
<tr>
<td><p style="text-align: center;"><span style="font-size: medium;">by: Jamie Dolan</span><br />
<a class="aligncenter" title="Contact" href="http://jamiedolan.com/contact/" target="_blank">Click here to conact Jamie</a></p></td>
</tr>
</tbody>
</table>
Thank you very much for any assistance you can provide.
Jamie Dolan