WebYep Image Gallery-Aligning Photos to Top

How can I top align my images in the WebYep image gallery? I added valign=“top” to the extended area for WebYepGalleryContainer tr and WebYepGalleryContainer td, but it doesn’t do anything. In fact, when I check the code, it doesn’t even show that I added it. I even tried adding it manually to the code and it makes no difference, probably because that’s for tables and this isn’t a table? I don’t know, but I want the photos to be aligned because the captions can be of varying sizes and it is centering vertically and looks terrible. Here is an example:

http://webflunky.com/freeway/index.php


Robin Stark

Hi stark all you need to do is add just vertical-align:top like this to this style…

.WebYepGalleryContainer td { background-color:#fff; padding:8px; valign:top; vertical-align:top }

max


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah, so it’s vertical-align and not valign. Thanks! Works perfectly now.

On Wed, Sep 24, 2008 at 1:39 AM, max <email@hidden> wrote:

Hi stark all you need to do is add just vertical-align:top like this to this style…

.WebYepGalleryContainer td { background-color:#fff; padding:8px; valign:top; vertical-align:top }

max


Robin Stark

yes that correct
max


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options