Currently the webcontent portlet does not support css. I was thinking that one way to implement css would be to create a css rewriter that downloaded the css files and created html rewrite tag rules from the css file. I have browsed through the rewrite source code to try and get a handle on what its doing. I found the default-rewriter-rules.xml and rewriter-rules-mapping.xml and I found the java files under components/rewriter I also found this article that might help in defining what is needed to be done. http://www.phptr.com/articles/article.asp?p=29294&seqNum=12&rl=1
please correct me on my terminology and my implementation strategy. Dominique
