Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jon80978 #1
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
-
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... -
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. ... -
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... -
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... -
Horizontal Looper for MX
Hi, Does anyone know of a horizontal looper extension for DMX like the one Ray did for UD? Paul -
Paul Davis #2
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



Reply With Quote

