I have found it a restriction than you can't have a different number of fragments (column count) in each row of a brochure or section page.
The obvious solution is to create fragments containing an html table. It's a bit messier to support, but works. A simple example follows for creating a row of three images with links to the appropriate products. This works with any column count setting. See example at http://www.panamint.co.uk.
!!<<table align = "center" cellspacing = "30">
<tr><td align = "center">
<a href = "http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2045&NOLOGIN=1">
<img src = "PDC2045-150.jpg" border = "0"></a>
</td>
<td align = "center">
<a href = "http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2032&NOLOGIN=1">
<img src = "PDC2032-150.jpg" border = "0"></a>
<td align = "center">
<a href = http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2039&NOLOGIN=1">
<img src = "PDC2039-150.jpg" border = "0"></a>
</td>
</td>
</tr>
</table>
>!!
Russell Cowe, Panamint Cinema
The obvious solution is to create fragments containing an html table. It's a bit messier to support, but works. A simple example follows for creating a row of three images with links to the appropriate products. This works with any column count setting. See example at http://www.panamint.co.uk.
!!<<table align = "center" cellspacing = "30">
<tr><td align = "center">
<a href = "http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2045&NOLOGIN=1">
<img src = "PDC2045-150.jpg" border = "0"></a>
</td>
<td align = "center">
<a href = "http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2032&NOLOGIN=1">
<img src = "PDC2032-150.jpg" border = "0"></a>
<td align = "center">
<a href = http://www.panamint.co.uk/cgi-bin/ss000007.pl?PRODREF=PDC2039&NOLOGIN=1">
<img src = "PDC2039-150.jpg" border = "0"></a>
</td>
</td>
</tr>
</table>
>!!
Russell Cowe, Panamint Cinema
Comment