http://s60.radikal.ru/i170/1007/43/befe2555df58.jpg
В общий вид материалов форума после $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('[T able]') != -1) {
s=s.replace('[T able]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:BEBEBE; border-top:1px dotted #000000; border-right:1px dotted #000000; border-bottom:1px dotted #000000; border-left:1px dotted #000000;"><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: 000000;">'); s=s.replace('[/T able]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
Уберите пробелы между T_able В "Форме добавления сообщения" после $BBCODES$ ставим
Code
<input type="button" value="Таблица" onclick="simpletag('Table','','','message',''); return false;" class="codeButtons" title="Вставить Таблицу" name="Table"/>
Уберите пробелы между T_able