> > If you have Your css style in database it is sent everytime
> > when every page is sent,
> > but it is easy to modify while using some admin interface.
> > If You have file it is on the contrary.
>
> You could also put the stylesheet on a page, for example /style/ (or
> maybe /style/style.css for compatibility) and in the code of that page
> set header to css with
>
> <?php
> header("Content-type: text/css");
> ?>
>
> Then the browser can cache the stylesheet, and you can keep it in the
> Midgard database.
>
Indeed, I din't thought about it. That makes big sense :)
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]