I'm currently using b-orange theme on postnuke .723
The problem I'm having is that when I set it to show no right blocks the column where the right blocks usually are still occupies space on the page preventing the module being showed from stretching across the page.
Code
<td rowspan="2" width="141" bgcolor="#FFFFFF" background="<!-- [image-path] -->RC-bg.gif">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>
<!-- [right-blocks] -->
</td>
</tr>
</table>
</td>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>
<!-- [right-blocks] -->
</td>
</tr>
</table>
</td>
Is the code that sets it... how should I change it?
