Forum OpenACS Q&A: Re: Arbitrary Template File Extensions

Collapse
Posted by Dirk Gomez on

Why don't you put a such a line into your respective adp file?:

<link rel="stylesheet" type="text/css" href="screen.css">:

That should do it for you

Collapse
Posted by Ralph Hempel on
I think the problem with your method is that the screen.css will not be processed by the template system...

I know how to link to stylesheets, what I want to do is have the stylesheet pass through the template system.

Am I missing something glaringly obvious?