3
Here the left block, but it's almost the same for the other blocks.
<{foreach item=block from=$xoops_lblocks}>
<div class="blockTitle"><{$block.title}>div>
<div class="blockContent"><{$block.content}>div>
<{/foreach}>
foreach leftblock design a title and contentDesign with css:
text color, font, size, backround, border, padding, margin
etc
You can also do it with html, using tables
It's almost the same:
<{foreach item=block from=$xoops_lblocks}>
<table>
<tr>
<td class="blockTitle"><{$block.title}>td>
tr>
<tr>
<td class="blockContent"><{$block.content}>td>
tr>
table>
<{/foreach}>
You can be a lot more specifîc with html or add a class to the table. Check Doc XOOPS Site to learn more about Xoops.
http://xoopsdocs.net/and
http://xoops-tips.com/
I like people more than machines or money. But that's me!
Lets do something good and great: Lets do open source!