5
I tried creating containers and putting it both in and outside of the container... I get the same thing either way
I'm trying to do this theme without tables... I guess I'll be forced to surrender soon!
The html in question follows:
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_clblocks}>
<{/foreach}>
<{foreach item=block from=$xoops_crblocks}>
<{/foreach}>
<{foreach item=block from=$xoops_ccblocks}>
<{/foreach}>
<{/if}>
<{$xoops_contents}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<{if $xoBlocks.page_bottomcenter}>
<{foreach from=$xoBlocks.page_bottomcenter item=block}>
<{/foreach}>
<{/if}>
<{if $xoBlocks.page_bottomleft}>
<{foreach from=$xoBlocks.page_bottomleft item=block}>
<{/foreach}>
<{/if}>
<{if $xoBlocks.page_bottomright}>
<{foreach from=$xoBlocks.page_bottomright item=block}>
<{/foreach}>
<{/if}>
<{/if}>