Hey I need some help with design #842, I just need to remvoe blocks in the forum, which I believe is by removing this code:
Code
<div id="rightColumn">
<?if($RSS_LINK$)?><div id="rssBlock"><a href="$RSS_LINK$"><img src="/.s/t/842/1.gif" border="0" alt="RSS"></a></div><?endif?>
<!-- <sblock_menu> -->
<?if($SMENU_1$)?>
<table class="menuTable"><tr><td class="boxContent"><!-- <bc> -->$SMENU_1$<!-- </bc> --></td></tr></table>
<?endif?>
<!-- </sblock_menu> -->
$GLOBAL_CLEFTER$
</div>
But how do you then, extend the forum's width?