6
Imagine the x's as my center blocks.
center-center and center-left and center-right.
This is how the site currently looks:
XXXXXXXXXXXXX
XXXXXX XXXXXX
But I want it to look like this:
XXXXXX XXXXXX
XXXXXXXXXXXXX
I am having a hell of a time getting it to work. I am sure it is a simple placement thing and I have experimented a bunch, but I just can't seem to get it right. I was hoping if I posted the code here, someone might be able to help me switch it up. Please?
le="color: #000000"><?php <table border="0" cellpadding="0" cellspacing="0" id="glavna"> <td id="leftcolumn"> <!-- <a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo_mali.jpg" alt="" /></a> --> <!-- Start left blocks loop --> <{foreach item=block from=$xoops_lblocks}> <div class="<{cycle values="blockTitle"}>"><{$block.title}></div> <div class="blockContent"><{$block.content}></div> <img src="<{$xoops_imageurl}>images/160.gif" width="170" height="1" alt="" /> <{/foreach}> <!-- End left blocks loop --> <br /> <br /> </td> <td id="centercolumn"> <!-- Display center blocks if any --> <{if $xoops_showcblock == 1}> <table class="sadrzaj" cellspacing="0"> <tr> <td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop --> <{foreach item=block from=$xoops_ccblocks}> <table align="center" cellpadding="0" cellspacing="2"> <tr> <td> <div class="blockTitle"><{$block.title}></div> <div class="blockContent"><{$block.content}></div></td> </tr> </table> <{/foreach}> <!-- End center-center blocks loop --> <tr> <td id="centerLcolumn"> <!-- Start center-left blocks loop --> <{foreach item=block from=$xoops_clblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2"> <tr> <td> <div class="blockTitle"><{$block.title}></div> <div class="blockContent"><{$block.content}></div></td> </tr> </table> <{/foreach}> <!-- End center-left blocks loop --> </td> <td id="centerRcolumn"> <!-- Start center-right blocks loop --> <{foreach item=block from=$xoops_crblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2"> <tr> <td> <div class="blockTitle"><{$block.title}></div> <div class="blockContent"><{$block.content}></div></td> </tr> </table> <{/foreach}> <!-- End center-right blocks loop --> </td> </tr> </td> </tr> </table> <{/if}> <!-- End display center blocks --> <div id="content"> <{$xoops_contents}> </div>