6
Hi
I've found my problem. When i was modfying a theme i used the spring time theme. This was using div ids for positioning but i couldnt get the banner ads right so i changed them to use tables instead because i find them easier and that solve that but caused the above.
The answer was found in the followin code in the theme.html in the theme folder.
<div id="content"><{$xoops_contents}>div>
td>
<{if $xoops_showrblock == 1}>
<td id="rightcolumn" width="170">
Where it says
<td id="content"><{$xoops_contents}>td>
Change to
<div id="content"><{$xoops_contents}>div>
Hope it helps
ATB
Steve