Topic: Gallery alignment not working
My gallery is working fine but when displayed on large monitors it shifts position and sits at the bottom of the screen.
Here is the URL: http://www.micheledodd.com/simpleviewer … books.html
I have set the alignment in my xml gallery but this does not seem to be working, code as follows. Hope you can put me straight. Thanks very much.
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
maxImageWidth="500"
maxImageHeight="500"
imageQuality="80"
thumbWidth="75"
thumbHeight="75"
thumbQuality="90"
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
backgroundColor="FFFFFF"
thumbPosition="RIGHT"
showOpenButton="false"
showFullscreenButton="false"
indexPageName="gallery_books.html"
thumbRows="2"
galleryHeight="900"
galleryWidth="900"
vAlign="top"
hAlign="left"
>
<image imageURL="images/cover_cats_bats.jpg"
thumbURL="thumbs/cover_cats_bats.jpg"
linkURL="images/cover_cats_bats.jpg"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/cover_ten_crocs_500h_sharp.jpg"
thumbURL="thumbs/cover_ten_crocs_500h_sharp.jpg"
linkURL="images/cover_ten_crocs_500h_sharp.jpg"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/10_crocs_cover.jpg"
thumbURL="thumbs/10_crocs_cover.jpg"
linkURL="images/10_crocs_cover.jpg"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/cover_cheep_cheep_500h_sharp.jpg"
thumbURL="thumbs/cover_cheep_cheep_500h_sharp.jpg"
linkURL="images/cover_cheep_cheep_500h_sharp.jpg"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>
<image imageURL="images/cover_in_africa_500h_sharp.jpg"
thumbURL="thumbs/cover_in_africa_500h_sharp.jpg"
linkURL="images/cover_in_africa_500h_sharp.jpg"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>
</simpleviewergallery>