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?
--------------- Added [DATE]1201731672[/DATE] at [TIME]1201731672[/TIME] ---------------
found it - navbar template
Code:
<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>