Hi Ryan.
As far as I know, CSS files don't have to have a .css extension. You could
simply make the css file a normal template with a blank layout, and link to
it inside your normal layout:
<link href="$link.setPage("StyleSheet.vm")" rel="stylesheet"
type="text/css">
But, it would be more efficient in terms of HTTP overhead if you could put
the styles inside the layout.
I hope this helps,
Chris
> -----Original Message-----
> From: Ryan Austin [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 25, 2003 2:27 PM
> To: Turbine Users List
> Subject: Re: RawScreen
>
>
> What I want to do is process a css file which has certain values
> changed based on which user is logged in. I guess I could just
> put the css in the default layout and make a pull tool to fill in the
> values. I just thought there might be another way?
>
> Thanks,
> Ryan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]