
Jake
Staff
/ Moderator

Aug 5, 2008, 1:11 PM
Post #2 of 11
(17443 views)
Shortcut
|
|
Re: [thenetgirl] More than 10 Photos
[In reply to]
|
Can't Post
|
|
Hi thenetgirl, You're almost there, but a couple changes need to be made. First, move this chunk of code out of your "image" template cell:
<img src="$listing_url$/images/$listing_num$_11.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_12.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_13.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_14.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_15.jpg” onError=”/listman/images/spacer.gif”> Now change it so that it looks like this, in order to use the thumbnail versions of the image:
<img src="$listing_url$/images/$listing_num$_11_t.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_12_t.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_13_t.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_14_t.jpg” onError=”/listman/images/spacer.gif”> <img src="$listing_url$/images/$listing_num$_15_t.jpg” onError=”/listman/images/spacer.gif”> Let us know how that works out. ----------------------------------------------------------- Cheers, Jake Marvin - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|