Dear all,
I've a problem with my saction page using {featured categories}.
I must distribute my news in 2 or more colomn, but it doesn't work correctly.
It display always on 1 colomn, although I set the parameter in 3.
The url of a section page is
http://www.lacittametropolitana.it/test/index.php?option=com_news_portal&task=section&id=11&Itemid=88And this is my layout
<table width="990" height="95" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="198" align="left" valign="top">
<p>
{section_category_name}{top}</p>
</td>
<td align="left" valign="top">{featured categories}</td>
</tr>
</tbody>
</table>
Thanks in advance