On Mon, 4 Nov 2002, Tony Crockford wrote: > Can anyone suggest a way I could add a variable to the results > template that would allow me to display a thumbnail.
I'm assuming that you want to display a thumbnail for given URLs or something like this. If you have a set pattern for the image links, then you could use the URL variable directly, e.g. <img src="http://foo.com/cgi-bin/getthumb.cgi?$%(URL)"> You might also want to look at the template_patterns attribute: http://www.htdig.org/attrs.html#template_patterns -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

