Re: [htmltmpl] Problem accessing directories through .tmpl files
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2004-11-25 01:20:11
|
On Tue, Nov 23, 2004 at 08:26:42PM -0800, Kasturirangan Rangaswamy wrote: > Now, the B.tmpl and C.tmpl files access images stored in yet another >directory (NOTE: Also tested by putting them in same directory and that >is not working either!!!). Those images are not getting displayed. The img src elements are like img src elements anywhere else in HTML - HTML::Template doesn't treat them specially. Just use them as you would when composing a static page. Roger |