This maybe more of an html question but is there a simple way to tag for an external text file from a front end directory the same way you tag an image from your images folder?
sugarkane
10:44 pm on Apr 20, 2001 (gmt 0)
Hi typophile,
Do you have Server Side Includes (SSI) enabled on your server?
If so you can use: <!--#include virtual="textfile.txt" --> in your HTML to insert a text file into your page.
Does that help, or have I misunderstood your question?