в общий вид страниц форума после $BODY$:
Code
<script type="text/javascript">
e=document.getElementsByTagName("TD");
for(k=0;k<e.length;k++) {
if(e[k].className=='posttdMessage') {
s=e[k].innerHTML;
while (s.indexOf('[___Table___]') != -1) {
s=s.replace('[___Table___]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:161618; border-top:1px dotted #898989; border-right:1px dotted #898989; border-bottom:1px dotted #898989; border-left:1px dotted #898989;"><tr><td style="width:25px; height:25px;background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: 898989;">'); s=s.replace('[___/Table___]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
из [___Table___] и [___/Table___] в коде убрать прочерки, а то не корректно отображался код в сообщении.
туда где будет кнопка Таблица в форме добавления сообщения:
Code
<input type="button" name="Table" class="codeButtons" onclick="simpletag('Table','','','message',''); return false;" value="Таблица">
[Table]Вот вроде все )))[/Table]