Anyone here use coldfusion and dreamweaver? if so can you please try and tell me how to make a cfquery show inline and not normal flow?
what I'm trying to do is when a link is clicked, lets say the link is called "test", the page will display all items located under test "30 per page auto number as needed". I have this working using repeat region. The issue is that it is displaying them down the page in normal flow. I want it to display the results 3 products wide then 10 down, not 30 products down as it is doing now.
I'm just trying to learn coldfusion and I'm stuck on this what has to be a simple thing.
I'm using dynamic text to tell where I want what info displayed and I can make a table with 3 rows and put the dynamic text in each column then use the repeat region. And it works until I check that one product is offline, then it duplicates products to fill in the gap.
example of what I want
Flirt Catalog -Search-
example of what I have
3WISHES.COM - Buy Sexy Shoes, High Heels, Women's Sexy Shoes, Women's Sexy High Heel Shoes, Clear Stripper Platform Shoes, High Heel Sandals
If you could point me in the right direction please, a book, a tape, a video, a cbt, hell even a vulcan mind meld.
Everything I am finding shows how to make it dump down the page. Nothing that I am finding shows how to make it do what I want it to do.