>
>
>> 1) Use the OutputRaw to output the CSS content.
> 2) Create a page that returns a StreamResponse (in this case, you can use
> TextStreamResponse) containing your CSS.
>
>
Thanks Michael and Thiago. I'm trying the output raw method first like this:
<head>
    <style type="text/css">
   <t:outputraw value="cssFromDatabase"/>
    </style>
<title>${pageTitle}</title>
</head>

It seems to work, but it is rendering after the other stylesheets, so they
are overriding it.  Is there a way to tell it to render after the other
stylesheets instead of before?

Mark

Reply via email to