I am using Joomla 1.5.10 with your latest version of Content Templater.
When i make en template with a table every thing works fine.
Then when i make a new artikel and i choose my template with the the button but i can not see the tabel in my artikel. But the html code is still there;
<table sizset="1" sizcache="0" cellpadding="0" cellspacing="0" border="0" style="width: 520px;"><tbody sizset="1" sizcache="0"><tr sizset="1" sizcache="0"><td sizset="1" sizcache="0" valign="top" style="width: 162px;"><table cellpadding="0" cellspacing="0" border="0" style="width: 520px;"><tbody><tr><td valign="top" style="width: 162px;"></td><td valign="top" style="width: 15px;"></td><td></td></tr></tbody></table></td><td valign="top" style="width: 15px;"></td><td></td></tr></tbody></table>
The code of the template is;
<table cellpadding="0" cellspacing="0" border="0" style="width: 520px;"><tbody><tr><td valign="top" style="width: 162px;"></td><td valign="top" style="width: 15px;"></td><td></td></tr></tbody></table>
What i am doing wrong?