Just wrap the more images tag in a table cell or a complete table and set the width to your thumbnails width e.g.
| Code: : |
<table>
<tr>
<td width="45px" align="center">
{more_images}
</td>
</tr>
</table>
|
This will fore the thumbnails to be vertical, obviously you can apply formatting to the table cell to do more formatting of each cell.
Mark
Post edited by: macallf, at: 2007/05/25 14:08