I would like to create top module with two or more columns displaying on the top...
At this moment it displays top modules one under another.
I checked the template and could not change that in the template, does anybody have any suggestions where to look?
This is the code of my template:
Code:
<!-- Top Modules -->
<?php
if (mosCountModules('top')>0) {
?>
<table class="contentpane" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="100%"><?php mosLoadModules ( "top" ); ?></td></tr>
</table><p />
<?php
}
?>