0
PHP MySQL

/t5/dreamweaver-discussions/php-mysql/td-p/935996
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-mysql/m-p/935997#M91929
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?
>
--
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?
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-mysql/m-p/935998#M91930
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
> 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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-mysql/m-p/935999#M91931
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/php-mysql/m-p/936000#M91932
May 08, 2008
May 08, 2008
Copy link to clipboard
Copied
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
> 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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

