PDA

View Full Version : forum description spacing


sml
01-30-2008, 07:51 PM
HEy guys - hoping you can lend me some knowledge... I am needing to put a space inbetween the descrition and the post reply, what template am i looking for?

https://vborg.vbsupport.ru/external/2008/01/1.jpg

--------------- Added 1201731672 at 1201731672 ---------------

found it - navbar template

<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>