Tom Muck's Horizontal Verticle Looper

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Tom Muck's Horizontal Verticle Looper

    Hello,

    I am having a problem with the paid version of Horizontal Verticle Looper for
    PHP. It works fine however when it displays the items on the web site it they
    are not all at a uniform height. I pull 3 pieces of information from a PHP DB,
    image, description and price. Some pictures are larger then others as well as
    some descriptions being longer then others. Is there a way to have uniform
    heights for all cells created that contain these 3 pieces of information? Here
    is an example of the page now: [url]http://www.casacasale.com/store9.php[/url]

    Thank you for your assistance.

    Jon80978 Guest

  2. Similar Questions and Discussions

    1. Can Horizontal Looper 2 do that?
      I'm developing a survey site using ASP and Access. I want to compare the results of several respondents in different categories and display them...
    2. Horizontal Looper not working in CS3
      I recently upgraded to Dreamweaver CS3 from 8 and have been unable to get Horizontal Looper 2 (the version for ASP) to work in this new version. ...
    3. Horizontal looper - dynamic column #
      OK you clever peple out there!!! Can you solve this one for me? I need to edit this code so it will dynamically loop a series of images based...
    4. Horizontal Looper extension for MX?
      Hi, Had a look on the exchange, and there's only one MX horizontal looper extension which is only for UD4. Does anyone know a source for a...
    5. Horizontal Looper for MX
      Hi, Does anyone know of a horizontal looper extension for DMX like the one Ray did for UD? Paul
  3. #2

    Default Re: Tom Muck's Horizontal Verticle Looper

    Tom's looper is working fine, it is the content in the DB that is the
    issue (not being uniform). To make all of the entries align to the top,
    add this to your CSS:

    ..hloop td {
    vertical-align:top;
    }

    Now, the entire set of information will top align - meaning the text and
    button will be under the picture and now horizontally aligned with the
    same from other products on the page.


    Paul Davis
    [url]http://www.kaosweaver.com/[/url]
    Visit us for dozens of useful Dreamweaver Extensions.

    [url]http://www.communitymx.com/[/url]
    Partner at Community MX - Extend your knowledge

    Jon80978 wrote:
    > Hello,
    >
    > I am having a problem with the paid version of Horizontal Verticle Looper for
    > PHP. It works fine however when it displays the items on the web site it they
    > are not all at a uniform height. I pull 3 pieces of information from a PHP DB,
    > image, description and price. Some pictures are larger then others as well as
    > some descriptions being longer then others. Is there a way to have uniform
    > heights for all cells created that contain these 3 pieces of information? Here
    > is an example of the page now: [url]http://www.casacasale.com/store9.php[/url]
    >
    > Thank you for your assistance.
    >
    Paul Davis 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