Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Heather939 #1
Displaying Database Images Horizontally
I want to display some product images and descriptions horizontally in a table.
However, using SQL, I can only do this vertically as far as I can tell by
rows. Does anyone know the best way to be able to do this horizontally?
For example
PRODUCT 1 IMAGE PRODUCT 2 IMAGE
PRODUCT 3 IMAGE
PRODUCT 1 DESCRIPTION PRODUCT 2 DESCRIPTION PRODUCT 3 DESCRIPTION
PRODUCT 4 IMAGE PRODUCT 5 IMAGE
PRODUCT 6 IMAGE
PRODUCT 4 DESCRIPTION PRODUCT 5 DESCRIPTION PRODUCT 6 DESCRIPTION
Thanks everyone!
Heather939 Guest
-
Displaying Images from the Mysql Database
Hi! everyone, i need help with displaying the images from the database. I successfully inserted an image to mysql database by converting it to... -
Displaying images from a database in Flash MX Pro 2004
Hi, I have a simple MS Access database with 4 text fields, one of which contains image names (imageA.jpg, imageB.jpg, etc...). - - - Database... -
Displaying Records Horizontally
I understand how to use the 'repeat region' server behavior to display records horizontally as opposed to vertically, however i'm not sure how to... -
ASP Displaying Images from within SQL DB
I've been searching and searching for this and there are lots of posts - but very few answers. I have a SQL2000 Database that has jpg images in a... -
Displaying images from a MySQL Database
Hi I'm have difficulty displaying images that are stored in a MySQL database. I've tried using the odbc.net provider, the ByteFX provider and the... -
Aegis Kleais #2
Re: Displaying Database Images Horizontally
I'm not understanding the problem.
CF/SQL have nothing to do with the STRUCTURE of your data output. That's
HTML's job (and CSS's job to make it look nice) CF is a server-side app
language and SQL is for mere DB querying.
To me, won't a table or some table cells do what you're looking for?
Aegis Kleais Guest
-
benkayuk #3
Re: Displaying Database Images Horizontally
You need to layout the Dynamic Text / Dynamic Image and then create a repeating region...is this what you've done?
Ben
benkayuk Guest



Reply With Quote

