Dark_Wizard |
01-08-2004 09:34 AM |
Quote:
Originally Posted by Dark_Wizard
The box is where it's supposed to be the navbar adds extras <br />'s in there...you can edit the navbar template to bring the forums higher or add a <br /> to the to top of the sidebar template.
|
Edit this part in my instructions:
where it says to add this above the footer:
PHP Code:
<!-- Sidebar -->
</td>
</tr>
</table>
<!-- /Sidebar -->
Change it to this instead:
PHP Code:
<!-- Sidebar -->
</td>
<td align="right" valign="top">$shoutbox</td>
</tr>
</table>
<!-- /Sidebar -->
|