Manually create a SimpleViewer gallery using a text editor and image editing software of your choice. Follow these steps:
Download and unzip SimpleViewer files to your desktop. Make a copy of the web folder. This will be your gallery folder.
Copy your images to the images folder.
Create thumbnails with an image editing program (e.g. PhotoShop). Place thumbnail images in thumbs folder. Thumbnails should be at least 75x75 pixels (larger thumbnail images will be cropped).
Open gallery.xml in any text editing software (e.g. NotePad, TextEdit ). Set your gallery options by editing the simpleviewergallery tag attributes at the top of the file. View details on setting config options.
Next, add an <image> tag for every image in the gallery:
<image imageURL="images/tall.jpg" thumbURL="thumbs/tall.jpg" linkURL="http://www.google.com" linkTarget="_blank" >
<caption>This is my caption.</caption>
</image>
To set the background color, edit index.html. Enter the hex color value like this:
params.bgcolor = "222222";
Upload your gallery folder to your web server.
It's easy to create a Flickr gallery with svBuilder.