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

PHP MySQL

Guest
May 08, 2008 May 08, 2008

Copy link to clipboard

Copied

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

Views

237
Translate

Report

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

Copy link to clipboard

Copied

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?
>

Votes

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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