> Thanks a lot for your reply. I am using stuff like this in the styles.css
> file:
>
> .logo {background-image:
> url(${context}/assets/organizations/$organizationID/images/logo.gif);}
>
> I am using the $context and $organizationID variables in the file. This
> will need to be parsed and so I would need to use #parse and not
> #include.
> Am I right?Yes, that is correct. So, you'll need to go through your styles.css file and escape any non-Velocity code (probably mostly \#). Cheers, Freddy
