Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Image Gallery Link Question

 

 


Kimber
User

Apr 2, 2009, 7:37 AM

Post #1 of 2 (1427 views)
Shortcut
Image Gallery Link Question Can't Post

Hi

What do I take out of these codes so the image gallery images are not a link. I do not want them to click to see the bigger image. I only want to use them so make it faster than copy and pasting in the place holders when showing many images on a page.

<!-- templateIf : $article.imageGallery$ ne "" -->
<div style="width:525px;">

<!-- templateInsert : $article.imageGallery$ -->

<!-- templatecell : article.imageGallery.row -->
<div style="float:left; margin: 0px 5px 5px 0px; padding:0;">
<a href="$file.webUrl$"><img src="$file.thumbnailWebUrl$" border="1" alt="$file.title:htmlEncoded$" width="$file.thumbnailWidth$" height="$file.thumbnailHeight$" class="galleryImage"></a>
<!-- templateIf : $file.caption$ ne "" -->
<br style="clear: both;" />
<div class="image_caption" style="width:$file.thumbnailWidth$px;">$file.caption$</div><br><br style="clear: both;" />
<!-- /templateIf -->
</div>
<!-- /templatecell : article.imageGallery.row -->

Thanks
Kimberly


Donna
Staff / Moderator


Apr 2, 2009, 3:47 PM

Post #2 of 2 (1419 views)
Shortcut
Re: [Kimber] Image Gallery Link Question [In reply to] Can't Post

Hi Kimber,

The link will be this: <a href="$file.webUrl$"> and the closing </a>. Remove that, and it won't link anywhere. :)

Donna

--
support@interactivetools.com