[htmltmpl] Problem accessing directories through .tmpl

2004-11-25 Thread Kasturirangan Rangaswamy
Hi, Thanks to everyone who contributed their inputs. I was able to resolve the issue. Thanks, Sharad --- [EMAIL PROTECTED] wrote: > Send Html-template-users mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > https://li

Re: [htmltmpl] Problem accessing directories through .tmpl files

2004-11-25 Thread Carl Franks
Sharad, The paths to your image files (and css, js, etc) are relative to the CGI script. The folder that the .tmpl file is in is irrelevant. Also filesystem paths are irrelevant: it's the website paths you need to know. e.g. if the CGI is at "/cgi-bin/sample/display.pl" Then the image files must

Re: [htmltmpl] Problem accessing directories through .tmpl files

2004-11-25 Thread Offer Kaye
On Tue, 23 Nov 2004 20:26:42 -0800 (PST), Kasturirangan Rangaswamy wrote: > >Below are the details (Consider >ROOT=/usr/local/apache/htdocs/homepages) > > Main Perl Script (present in ROOT/software/cgi-bin/sample/) > You need to place the images and CSS files (if you