AlignmentAction in JEdtorPane/HTML Document
Hi,
I'm still developping my html editor.Here's my problem :
when i apply an AlignmentAction (StyledEditorKit.AlignmentAction ("Align Left", StyleConstants.ALIGN_LEFT) in the JEditorPane,
it is displayed correctly but not saved in the HTML format . So when i save the document from the JEditor and reopen it, the alignment is not taken...
What shoul i do to make the alignment efficient in HTML format?

