Forum How do I...?

Including filename in header

clarkeclark
How do I include the filename of my html document in the header?

I've tried numerous combinations. Can't find this in the documentation.

Thanks.
mikeday
There is no way to access the filename or URL of the document in CSS, so you'll need to add this when you create the document, perhaps with some other automated preprocessing step in Perl, Java, XSLT, or whatever.