So I am adding this content
Code: Select all
<table width="187" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="43" background="/images/header_arrow_bg.jpg">
<table width="151" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="151">title</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="/images/current_sale_bg.jpg">
<table width="187" border="0" cellpadding="10" cellspacing="0">
<tr>
<p align="center"><a href="images/New%20Folder/current_project_windows.jpg"><img src="images/current_project_windows_th.jpg" width="121" height="150" border="0" align="middle" /></a></p>
<p align="center">test test test </p>
<p> </p>
</tr>
</table>
<div align="center" /></td>
</tr>
</table>
Code: Select all
<table width="187" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="43">
<table width="151" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="151">title</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="187" border="0" cellpadding="10" cellspacing="0">
<tr>
<p align="center"><a href="images/New%20Folder/current_project_windows.jpg"><img src="images/current_project_windows_th.jpg" width="121" height="150" border="0" align="middle" /></a></p>
<p align="center">test test test </p>
<p> </p>
</tr>
</table>
<div align="center" /></td>
</tr>
</table>
Any ideas?
Are there more html limitations in the html blob I havent found yet?

