this is how i did it in my theme.php file for my phpnuke theme. the relevant line to look for in your file is blocks(left);
PHP: › <?php if($name == "Forums" || $name == "News" || $name == "Private_Messages" || $name == "Members_List"){
echo "<td>";
}else {
echo "<td width=\"185\" valign=\"top\">";
blocks(left);
echo "</td><td><img src=\"/themes/NG/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td>\n";
} ?>
_________________
