Changing the maxrows will change the columns, and you have to set the
startrow by hand on each row.

<tr>
<td width="550">
<cfoutput query="search" maxrows="3" startrow="1">
<img src="Photos/Small/#small#" align="left" border="0">
</cfoutput>
</td>
</tr>

<tr>
<td width="550">
<cfoutput query="search" maxrows="3" startrow="4">
<img src="Photos/Small/#small#" align="left" border="0">
</cfoutput>
</td>
</tr>

Hope that hellps!

Britta

----- Original Message -----
From: "ibtoad" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, February 21, 2001 2:36 PM
Subject: Multiple columns???


> How can I set an output query to display thumbnails in more than one
column
> of a table?  I would like 2 or 3 columns.
>
> Thanks,
> Rich
>
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to