On 12 Jul 2002, Nico Kaiser wrote:
> My solution for this is:
> create an empty page called e.g. "style.css", its code-init contains
>
> <?
> header ("Content-type: text/css");
> ?><[css]><?
> exit ();
> ?>
>
> You can access it via
> <link rel="stylesheet" href="/style.css" type="text/css">
> in the <head>.
>
> All style information is stored in the style element "css", so you can
> easily make changes to it without having to deal with attachments or
> file uploads.
Ok, thanks. For now I just use the header-hack and served the
entire css content from the page directly. But maybe there is
some more cleaver advantage in the way you did it?
--
Fredrik Jonson
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]