Jeremy, Read my code again, you didn't read it properlly. Notice how there are closing cell and row tags within the mod 2 check!!!!
Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Sent: Wednesday, 1 September 2004 2:51 PM To: CFAussie Mailing List Subject: [cfaussie] RE: cfoutput brain fart Mmm...tried that...didn't work...below is the code....I only get two... <table> <cfoutput query="GetCrap"> <tr> <td><cfif GetCrap.CurrentRow Mod 2>#GetCrap.BranchDescription#</td> </tr> </cfif> </cfoutput> </table> > Jeremy, > > > <cfoutput query="Test"> > <tr><td> > <cfif Test.CurrentRow Mod 2> > </td></tr> > </cfif> > </cfoutput> > > > > Regards > Andrew Scott > Technical Consultant > > NuSphere Pty Ltd > Level 2/33 Bank Street > South Melbourne, Victoria, 3205 > > Phone: 03 9686 0485 - Fax: 03 9699 7976 > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy > Sent: Wednesday, 1 September 2004 2:37 PM > To: CFAussie Mailing List > Subject: [cfaussie] cfoutput brain fart > > Hey Guys, > > I need to output information to four cells. i.e. > > Cell 1 ---- Cell 2 > > + > > Cell 3 ---- Cell 4 > > > Now in each cell will have the following information > - Product Price > - Product Desc > - Product title > > There will only be 4 products at one time. Now I have it going down > the page okay, I was able to output sideways all four...BUT > > Going > 12 > 34 > > Is the issue make sense? I tried using <cfoutput maxrows="2">but then > its not doing the second row (3,4) > > I can't remember for the life of me how to do this I did it ages ago... > > Jeremy > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To > unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
