Hi, I would like to simply make it so, as i specify table properties through html, in the post, that the table takes on what i have in the html in the post, right now i insert
<table width="57%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
and i get a white border around the whole thing, and when i put content in the tables, there stretched out all over.. and crazy, could i edit something so what ever i specify, is what the tables do? without messing up any tables used in the theme itself?