Re: Problem in displaying HTML Page in JEditorPane
Posted By:
Jeremy_Zink
Posted On:
Friday, October 5, 2001 10:27 AM
I've had the exact same experience and do believe it's a version issue. The only way I could get some pages to display at all was by intercepting the HTML and stripping everything except the content within the BODY tags. Not the best (or even practical) solution, I know, but at least I could get SOMETHING to display. If anyone has a better solution I'd sure like to hear it.