That's exactly what it was, the <tr> wasn't included in the output. Thanks for all the 
responses everybody!

sf

Steve Reich wrote:

> This is the code I would use....
>
> <cfif myQuery.RecordCount NEQ 0>
>    <table>
>       <cfoutput query="myQuery">
>           <tr>
>              <td>#MyVar#</td>
>          <tr>
>       </cfoutput>
>    </table>
> </cfif>
>
> Make sure the <tr> tags are included in the output or loop. If you only
> include the <td> tags, your output will be horizontally as table cells in a
> single row. This sounds like a possible source of your problem.
>
> HTH,
> Steve
>
> -----Original Message-----
> From: S.E.Fling [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 06, 2000 2:12 PM
> To: [EMAIL PROTECTED]
> Subject: OT: table formatting in IE
>
> Hi,
>
> This is probably not a CF problem but I know somebody must have run into
> this before. I have 4 rows of CF output being displayed in a table, and
> instead of the rows going down the
> page,
> row1
> row2
> row3
>
> they are going across the page: row1 row2 row3
>
> This only happens in IE, in Netscape it's fine. Anybody ever heard of this?
> How do I force the rows to go down in IE? Thanks.
>
> sf
>
> http://www.sitesell.com/rainbow.html

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to