Posted by mbstevens on 04/01/07 03:40
On Sun, 01 Apr 2007 03:09:14 +0000, Poten Tate wrote:
> I've tried--
>
> <!--#include file="/../../folder0/anotherfile.txt" --> and--
>
> <!--#include file="../../folder0/anotherfile.txt"-->
>
> and lots of other paths but can't get it to work. Does anyone know the
> correct syntax? Thanks.
I suspect that you don't want to use 'folder0/'
Instead, try:
<!--#include file="../../anotherfile.txt" -->
....*if* anotherfile.txt is in a folder two directories up named folder0.
But it's hard to say without actually being able to look at a printout
of the directories in question.
--
mbstevens
http://www.mbstevens.com/
[Back to original message]
|