Image Gallery

a small gallery of images

 <style>
 ul.gallery {list-style-type: none; margin:1em;}
 li.gallery {padding: 6px; float:left;  text-align:center;
             width:118px; height:160px;
             background:#DDDDDD; margin:2px; overflow:hidden;}
 div.image1 {width: 118px; height:114px; overflow:hidden;}
 </style>

 [...]

 <ul class="gallery">
   <li class="gallery">
   <div class="image1"><a href="$pre$PicPathIn$bild">
      <IMG src="$pre$Thumbnail" ></a></div>
   Some Text
   </li>
 </ul>

used on the gallery pages of Catch a Star! 2007 ff.

Leave a Reply