I'm adding a module to my site that is made up of a table... code below...
<table
style="width: 98%; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="5" cellspacing="5">
<tbody>
<tr>
<td style="text-align: left; vertical-align: top;">text</td>
<td style="text-align: center; width: 5%;"><img
src="http://www.tntspecops.com/images/usethis.jpg" border="0"></td>
<td style="vertical-align: top;">text</td>
</tr>
</tbody>
</table>
After creating the module this is what is shown on the site....
Can anyone tell me why it's not displaying correctly?