Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP MySQL

Guest
May 08, 2008 May 08, 2008
I've created a page that displays a thumbnail and thumbnail name (recordset) - I've placed these two items in a small table so I can add some CSS to the table - did the repeat region so it brings in filtered thumbnails. I can't get the thumbnails to go across the page then down! - very frustrating. I'm new to DW CS3 and the whole CSS page layout stuff - is this the problem?
TOPICS
Server side applications
241
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2008 May 08, 2008
You would need a horizontal looper for this. Google that term.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"yosemitelover" <webforumsuser@macromedia.com> wrote in message
news:fvv0oq$7jj$1@forums.macromedia.com...
> I've created a page that displays a thumbnail and thumbnail name
> (recordset) -
> I've placed these two items in a small table so I can add some CSS to the
> table
> - did the repeat region so it brings in filtered thumbnails. I can't get
> the
> thumbnails to go across the page then down! - very frustrating. I'm new to
> DW
> CS3 and the whole CSS page layout stuff - is this the problem?
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2008 May 08, 2008
Murray *ACE* wrote:
> You would need a horizontal looper for this. Google that term.
>

Or just loop a span with the thumbnail and title, contained within a
fixed width div. You can use the default repeat region for that.

Steve
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2008 May 08, 2008
That would work, too, provided you were not using paragraph tags within the
span. A div would eliminate that problem.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Dooza" <doozadooza@gmail.com> wrote in message
news:fvv35r$a1n$1@forums.macromedia.com...
> Murray *ACE* wrote:
>> You would need a horizontal looper for this. Google that term.
>>
>
> Or just loop a span with the thumbnail and title, contained within a fixed
> width div. You can use the default repeat region for that.
>
> Steve

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2008 May 08, 2008
LATEST
Murray *ACE* wrote:
> That would work, too, provided you were not using paragraph tags within
> the span. A div would eliminate that problem.
>

Yes, a div would work nicely too, set to float left of course.

Steve
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines