В общий вид страницы после $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('[yellow_]') != -1) {
s=s.replace('[yellow_]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border-top:1px dotted #ffff00; border-right:1px dotted #ffff00; border-bottom:1px dotted #ffff00; border-left:1px dotted #ffff00;"><tr><td style="width:40px; height:40px; background-image: url(/img/yellow.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 11px; font-family: Verdana; color: #cfcfcf;">'); s=s.replace('[/yellow_]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
В форму добавления сообщения:
Code
<input type="button" value="Желтое" onclick="simpletag('yellow','','','message',''); return false;" class="codeButtons" title="Желтая таблица" name="yellow"/>
2. Синяя
В общий вид страницы после $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('[blue_]') != -1) {
s=s.replace('[blue_]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border-top:1px dotted #0000ff; border-right:1px dotted #0000ff; border-bottom:1px dotted #0000ff; border-left:1px dotted #0000ff;"><tr><td style="width:40px; height:40px; background-image: url(/img/blue.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 11px; font-family: Verdana; color: #cfcfcf;">'); s=s.replace('[/blue_]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script
В форму добавления сообщения:
Code
<input type="button" value="Синее" onclick="simpletag('blue','','','message',''); return false;" class="codeButtons" title="Синяя таблица" name="blue"/>
3. Зеленая
В общий вид страницы после $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('[green_]') != -1) {
s=s.replace('[green_]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border-top:1px dotted #00FF00; border-right:1px dotted #00FF00; border-bottom:1px dotted #00FF00; border-left:1px dotted #00FF00;"><tr><td style="width:40px; height:40px; background-image: url(/img/green.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 11px; font-family: Verdana; color: #cfcfcf;">'); s=s.replace('[/green_]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
В форму добавления сообщения:
Code
<input type="button" value="Зеленое" onclick="simpletag('green','','','message',''); return false;" class="codeButtons" title="Зеленая таблица" name="green"/>
Фон прозрачный, значит подойдет для всех дизайнов
Скачиваем картинки ЗДЕСЬ http://dump.ru/file/4991609 и кидаем их в папку img
Если желаете фон то после кода
Code
<table width="100%" border="0" cellspacing="0" cellpadding="5" style="
Из кода для общего вида материаллов форума, ставим
Code
background-color:ffffff;