Skip to main content
Participant
October 17, 2007
Question

Tom Muck's Horizontal Verticle Looper

  • October 17, 2007
  • 1 reply
  • 337 views
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: EXAMPLE

Thank you for your assistance.
This topic has been closed for replies.

1 reply

Inspiring
October 18, 2007
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
http://www.kaosweaver.com/
Visit us for dozens of useful Dreamweaver Extensions.

http://www.communitymx.com/
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: http://www.casacasale.com/store9.php
>
> Thank you for your assistance.
>