0
Database images side by side
New Here
,
/t5/dreamweaver-discussions/database-images-side-by-side/td-p/816096
Apr 12, 2006
Apr 12, 2006
Copy link to clipboard
Copied
Hi,
i have a database with images and these are being displayed with no problems on my .aspx pages, albeit one on top of the other. while this is ok i want to be able to have images displayed side by side in a 4 columned table and when the fifth image is being pulled through it will go to the next line and so on. Can anyone help me with this\? Even point me in the direction of an extension which could help.
These images will be thumbnails which i will then click on to have the larger image displayed in a new window.
Thanks in advance
i have a database with images and these are being displayed with no problems on my .aspx pages, albeit one on top of the other. while this is ok i want to be able to have images displayed side by side in a 4 columned table and when the fifth image is being pulled through it will go to the next line and so on. Can anyone help me with this\? Even point me in the direction of an extension which could help.
These images will be thumbnails which i will then click on to have the larger image displayed in a new window.
Thanks in advance
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/database-images-side-by-side/m-p/816097#M115332
Apr 12, 2006
Apr 12, 2006
Copy link to clipboard
Copied
Put your looper around the <td> not around the
<tr>. Have nested loopers
where the inner one counts to 4....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"markusmaximus" <webforumsuser@macromedia.com> wrote in message
news:e1j5dt$ln4$1@forums.macromedia.com...
> Hi,
>
> i have a database with images and these are being displayed with no
> problems
> on my .aspx pages, albeit one on top of the other. while this is ok i
> want to
> be able to have images displayed side by side in a 4 columned table and
> when
> the fifth image is being pulled through it will go to the next line and so
> on.
> Can anyone help me with this\? Even point me in the direction of an
> extension
> which could help.
>
> Thanks in advance
>
where the inner one counts to 4....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"markusmaximus" <webforumsuser@macromedia.com> wrote in message
news:e1j5dt$ln4$1@forums.macromedia.com...
> Hi,
>
> i have a database with images and these are being displayed with no
> problems
> on my .aspx pages, albeit one on top of the other. while this is ok i
> want to
> be able to have images displayed side by side in a 4 columned table and
> when
> the fifth image is being pulled through it will go to the next line and so
> on.
> Can anyone help me with this\? Even point me in the direction of an
> extension
> which could help.
>
> Thanks in advance
>
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/database-images-side-by-side/m-p/816098#M115333
Apr 12, 2006
Apr 12, 2006
Copy link to clipboard
Copied
> i have a database with images and these are being
displayed with no
> problems
> on my .aspx pages, albeit one on top of the other. while this is ok i
> want to
> be able to have images displayed side by side in a 4 columned table and
> when
> the fifth image is being pulled through it will go to the next line and so
> on.
> Can anyone help me with this\? Even point me in the direction of an
> extension
> which could help.
This can be done in Dreameweaver using standard DW tools and no extension. I
did an article on it here:
http://www.communitymx.com/abstract.cfm?cid=0A8AC
Basically, you use a DataList, choose to use table, then table columns of 4
and choose how many records you want to show total.
--
--
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
http://www.tom-muck.com/
Cartweaver Development Team
http://www.cartweaver.com
Extending Knowledge Daily
http://www.communitymx.com/
EZ Gram -- the ease of e-mail with the impact of hard copy
http://www.ezgram.com
> problems
> on my .aspx pages, albeit one on top of the other. while this is ok i
> want to
> be able to have images displayed side by side in a 4 columned table and
> when
> the fifth image is being pulled through it will go to the next line and so
> on.
> Can anyone help me with this\? Even point me in the direction of an
> extension
> which could help.
This can be done in Dreameweaver using standard DW tools and no extension. I
did an article on it here:
http://www.communitymx.com/abstract.cfm?cid=0A8AC
Basically, you use a DataList, choose to use table, then table columns of 4
and choose how many records you want to show total.
--
--
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
http://www.tom-muck.com/
Cartweaver Development Team
http://www.cartweaver.com
Extending Knowledge Daily
http://www.communitymx.com/
EZ Gram -- the ease of e-mail with the impact of hard copy
http://www.ezgram.com
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
markusmaximus
AUTHOR
New Here
,
/t5/dreamweaver-discussions/database-images-side-by-side/m-p/816099#M115334
Apr 13, 2006
Apr 13, 2006
Copy link to clipboard
Copied
bought the tutorial, gonna give it a whirl now
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
markusmaximus
AUTHOR
New Here
,
/t5/dreamweaver-discussions/database-images-side-by-side/m-p/816100#M115335
Apr 14, 2006
Apr 14, 2006
Copy link to clipboard
Copied
OK,
so went through the tutorial and everything worked ok but how would i accomplish getting an image from the database to be output on the screen. at the minute it just prints the name/path of the image file on the page.
so went through the tutorial and everything worked ok but how would i accomplish getting an image from the database to be output on the screen. at the minute it just prints the name/path of the image file on the page.
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/database-images-side-by-side/m-p/816101#M115336
Apr 14, 2006
Apr 14, 2006
Copy link to clipboard
Copied
<img src="<% whatever %>".....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"markusmaximus" <webforumsuser@macromedia.com> wrote in message
news:e1oaod$d9s$1@forums.macromedia.com...
> OK,
>
> so went through the tutorial and everything worked ok but how would i
> accomplish getting an image from the database to be output on the screen.
> at
> the minute it just prints the name/path of the image file on the page.
>
>
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"markusmaximus" <webforumsuser@macromedia.com> wrote in message
news:e1oaod$d9s$1@forums.macromedia.com...
> OK,
>
> so went through the tutorial and everything worked ok but how would i
> accomplish getting an image from the database to be output on the screen.
> at
> the minute it just prints the name/path of the image file on the page.
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
markusmaximus
AUTHOR
New Here
,
LATEST
/t5/dreamweaver-discussions/database-images-side-by-side/m-p/816102#M115337
Apr 19, 2006
Apr 19, 2006
Copy link to clipboard
Copied
OK,
so got images coming through now but is there any way i can specify the column widths in the datalist or that the image must be scaled to a certain size. Its just that i want the images to be a hyperlink which when clicked open a new window with a larger size of the image. I have accomplished all this but want to format the datalist to "look better"
Thanks in advance
so got images coming through now but is there any way i can specify the column widths in the datalist or that the image must be scaled to a certain size. Its just that i want the images to be a hyperlink which when clicked open a new window with a larger size of the image. I have accomplished all this but want to format the datalist to "look better"
Thanks in advance
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

