Adjusting the Popups Style Layout

The layout of the popups style of the photo gallery is designed to be fluid. That is, it will try to flow and fill the browser window. For cases where there is more than one montage file, the layout will often allow two or more montages per line - it depends on the user's screen resolution (or browser window size). To force a vertical layout, similar to the frames version, simply add a line break between the inline image tags.

Here is the before and after HTML:

Before:
<img src="testm01.jpg" width=256 height=256 border=0 usemap="#map1"><img src="testm02.jpg" width=256 height=256 border=0 usemap="#map2">

After:
<img src="testm01.jpg" width=256 height=256 border=0 usemap="#map1"><br><img src="testm02.jpg" width=256 height=256 border=0 usemap="#map2">
Here is an idea of how this will change the layout:

Before

After

Back to the UOPG2 FAQ