Rotating Museum Template Frames

Web template support for image frame

Sticky Note
Outdated: Support for Allwebco "Museum" style art gallery website templates. These template designs are setup with picture frame images around the gallery images. The frames can be rotated by editing the code in the gallery HTML pages.

See Also…

Find the following code in gallery1.htm to rotate the first image:

<!-- PICTURE 1 -->
<div class="frame-thumb">
<div class="spacer-thumb"></div>
<a href="javascript:popUp('gallery/Fgallery1-1.jpg')"><img src="gallery/gallery1-1.jpg" border="0" width="130" height="87" class="borders"></a><br>
</div>


Change the above to the code below for a vertical frame. Edit the highlighted code:

<!-- PICTURE 1 -->
<div class="frame-thumb-vert">
<div class="spacer-thumb"></div>
<a href="javascript:popUp('gallery/Fgallery1-1.jpg')"><img src="gallery/gallery1-1.jpg" border="0" width="87" height="130" class="borders"></a><br>
</div>


Notes: If you are an experienced HTML programmer you can remove the code for the frames using almost any type of HTML editor.