web page tag for output directory?
Posted: Fri Aug 28, 2009 6:13 pm
Is there a "tag" available that contains the Output Directory you specify on the Create>Web Page dialog? I mean the variables contained with #...# in the templates, for example #FRAME_PAGE#.
I am working in an ASP environment which requires (if you can believe it?!) absolute directories for just about anything, so for example, the simple code:
<a href="picimg/fest093.html"><img src="picthm/t_fest093.jpg" width="150" height="111" alt="fest093.jpg" title="fest093.jpg"></a>
will not work. You need to place the full path to each file in front of each name:
<a href="/fest09album/picimg/fest093.html"><img src="/fest09album/picthm/t_fest093.jpg" width="150" height="111" alt="fest093.jpg" title="fest093.jpg"></a>
Right now, I have to create the web album and then do the changes manually (via search/replace). I would like to be able to build the path into the template.
I am working in an ASP environment which requires (if you can believe it?!) absolute directories for just about anything, so for example, the simple code:
<a href="picimg/fest093.html"><img src="picthm/t_fest093.jpg" width="150" height="111" alt="fest093.jpg" title="fest093.jpg"></a>
will not work. You need to place the full path to each file in front of each name:
<a href="/fest09album/picimg/fest093.html"><img src="/fest09album/picthm/t_fest093.jpg" width="150" height="111" alt="fest093.jpg" title="fest093.jpg"></a>
Right now, I have to create the web album and then do the changes manually (via search/replace). I would like to be able to build the path into the template.