(disclaimer: I haven't used WebPagePortlet). Take a look at the class that is doing the rewriting, as it is more than likely based on Java's Swing HTML parser, which only knows HTML 3.2. It _really_ mangles tags it doesn't understand. You'll need to extend/fix the rewriter class to handle this case.
See the following for an idea or two: http://grids.ucs.indiana.edu/users/balsoy/jetspeed/websurfportlet.html http://grids.ucs.indiana.edu/users/balsoy/jetspeed/src/commgrids/jetspeed/util/WebSurfRewriter.java >>> [EMAIL PROTECTED] 04/01/04 09:52AM >>> I'm trying to apply CSS styles to the content being pulled by a WebPagePortlet portlet, but it looks like Jetspeed is replacing the closing </span> tag with <span endtag="true">. As a result, Mozilla/Firebird is not displaying the style. IE is ok. I'm using the default Jetspeed stylesheet but added @import at the end to pull in my custom stylesheet. Does anyone have any tips for how to get the style to display in Mozilla/Firebird? Bart Bart Posselt Program Analyst Systems Definition Inc. www.systemsdefinition.com 703-717-0225 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
