Hi Mark,

Try moving:

<style type="text/css">
  <t:outputraw value="cssFromDatabase"/>
</style>

to be inside the body instead of the head and see if that helps.

mrg


On Wed, Oct 27, 2010 at 4:36 PM, Mark <mark-li...@xeric.net> wrote:
>>
>>
>>> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to