My goal is to create a simple WYSIWYG html/css editor, I know how to view and edit html using the JEditorPane
but this does not support CSS styles and that's where the problem lies.
Is their anyway to implement CSS into the JEditorPane
, and if not are there any alternatives or better solutions?