Displaying Database Images Horizontally

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139