Home  >  Plugins  >  Highslide
Container Leaf List Item
Thursday, September 16, 2010 By:
<!-- x17 -->
<!--
    4) This is how you mark up the thumbnail image with an anchor tag around it. The anchor's href attribute defines the URL of the full-size image.
-->


<a href="<X-FC-CONFERENCE-ITEM-URI>" class="highslide"
        onclick="return hs.expand(this, { captionText: '<X-FC-LIST-ITEM Subject>' })">
        <img src="thumbs/<X-FC-LIST-ITEM Name>" alt=""  title="" height="100" width="100" />
</a>


<!--
        5 (optional). This is how you mark up the caption. The correct class name is important.
-->

<div class="highslide-caption">
        <X-FC-LIST-ITEM Subject> - <X-FC-LIST-ITEM Name>
</div>




Top of Page