Topic: Most likely an easy question... anyone care to answer?
oh im pretty new to designing websites and all and i am trying to add this cool image gallery (simple viewer) to my site. i am having some troubles with the gallery.xml though... it seems that everytime i change the <filename> line it will either show up as a picture OR a thumbnail. whatever i do i cant get both the thumbnail to link to the image, so that when clicked it shows up larger.
here is what i have for the code (probably wrong)....
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="20" stagePadding="40" navPadding="40"
thumbnailColumns="3" thumbnailRows="3" navPosition="left" vAlign="center" hAlign="center" title="SimpleViewer Gallery" enableRightClickOpen="true"
backgroundImagePath="" imagePath="" thumbPath="">
<image>
<filename>cool_water.jpg</filename>
<caption></caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption></caption>
</image>
<image>
<filename>greenbeverage23.jpg</filename>
<caption></caption>
</image>
<image>
<thumb>greenbeverage23thumb.jpg</thumb>
<caption>Caption 4</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 5</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 6</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 7</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 8</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 9</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 10</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 11</caption>
</image>
<image>
<filename>cool_waterthumb.jpg</filename>
<caption>Caption 12</caption>
</image>
</simpleviewergallery>