Skip to main content
Participating Frequently
November 10, 2009
Answered

horizontal looper with cf in dw

  • November 10, 2009
  • 2 replies
  • 647 views

Hey all,

Is there a way to display my database records horizontal ways instead of vertical, I've been look all day and it seems the only thing that does it, is that tom muck's thing , which I'd rather not pay for at the moment, any suggestions on how to get it to work ?

Thanks,

D

    This topic has been closed for replies.
    Correct answer Dan_Bracuk

    First, use the code view, not the design view in DW.

    Next, go to the Getting Started forum and look at the thread, "How Can I Output This Differently?".

    2 replies

    Participating Frequently
    November 11, 2009

    Hey guys, So I got the horizontal looper to work perfect, I've run into a small problem with it.

    I would only like the recordset to only show 3 products per page, it currently will show all records, any idea's on how to fix this issue or any resources anybody knows off hand ?

    thanks,

    D

    ilssac
    Inspiring
    November 10, 2009

    A loop is a loop.

    If you loop over table rows you will get a vertical display.

    If you loop over table cells you will get a horizontal display.

    What type of markup would you like to use to display this data: tables, list elements, divs, etc?

    What part of that display repeats.

    Loop over that part.

    Participating Frequently
    November 10, 2009

    First thanks Ian for the quick reply,

    I'm quite new to this , I use dreamweaver so the code is all auto generated it builds the recordsets into a table so how would I go about putting it into a cell etc ? abit confused sorry and thanks!

    D

    Dan_BracukCorrect answer
    Inspiring
    November 10, 2009

    First, use the code view, not the design view in DW.

    Next, go to the Getting Started forum and look at the thread, "How Can I Output This Differently?".