1
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?
<table border="0" cellpadding="0" cellspacing="0" id="glavna">
<td id="leftcolumn">
<{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}>
<br /> <br /> td>
<td id="centercolumn">
<{if $xoops_showcblock == 1}> <table class="sadrzaj" cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">
<{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}>
<tr>
<td id="centerLcolumn">
<{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}>
td>
<td id="centerRcolumn">
<{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}>
td>
tr>
td>
tr>
table>
<{/if}>
<div id="content"> <{$xoops_contents}> div>