I would like to know why the P tag was closed before the
> newly inserted form tag. I expected it would still wrap > around the button tag.
I've fixed the bug and the change will go into the next release. In the meantime, you can change line 248 in HTMLElements.java from:
ELEMENTS.addElement(new Element(FORM, "FORM", 0, new short[]{BODY,TD}, null));
to:
ELEMENTS.addElement(new Element(FORM, "FORM", 0, new short[]{BODY,TD,P,DIV}, null));
and rebuild the Jar file.
-- Andy Clark * [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
