Thanks, now i try with user variables.
If you don't want to position the decription field in the way I described you can always use positional variables. This will give you greater control over the positioning.
Something like
description_x =
image_x+image_w+20 and
description_y =
image_y will also work.
Another advantage of doing it this way is that you can also change the description width from its default of 200 by setting a value for
description_w
All of these settings can be entered in the BananAlbum positioning tab in JAlbum.
After answering that post it motivated me to put together the "how to" page on my website.
