Управление дизайном сайта -- Форум -- Общий вид страниц Форума
Сразу же после $BODY$ вставляем:
Code
<script type="text/javascript"> fontID = document.addform.ffont.options.length; var fonts = new Array();
fonts[0] = new Array("Arial Black"); fonts[1] = new Array("Mistral"); fonts[2] = new Array("Consolas"); fonts[3] = new Array("Monotype Corsiva"); fonts[4] = new Array("Symbol"); fonts[5] = new Array("Courier New"); fonts[6] = new Array("MS Serif"); fonts[7] = new Array("MS Sans Serif");
for(i=0;i<fonts.length;i++) { document.addform.ffont.options[fontID] = new Option(fonts[i]); fontID++; } </script>