Thumbnails

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 7, 2008   (RSS)

Re: [Michael Blake] Thumbnails

By Donna - August 7, 2008

Hi Mickey,

The basic code to link a thumbnail to a full sized image is this:

<a href="<?php echo $upload['urlPath'] ?>"><img src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" alt="" /></a>

Put that into the image upload section, and that should work for you (modified to match your fields, of course). :)
Donna

--
support@interactivetools.com