Advanced HTML Editor 3 Support Product Page
Solved
Editor Style Issue
Reported 14 years ago
1
has this problem
14 years ago Ben Clark posted:
If this isn't a bug, it looks like one because it doesn't pick up all styles, just those not specified in the editor styling.The form this editor is in was created using DMXZone CSS Form Designer.

Replies
Replied 14 years ago
14 years ago Miroslav Zografski replied:
Hello Ben,
they will sure inherit since they lack their own style. However that is easily fixed. Just make the CSS statement that styles the fieldsets more specific by setting it like :
form > fieldset {}
or #formname > .fieldseClass {}
This way the style will not be inherited.
Regards,
they will sure inherit since they lack their own style. However that is easily fixed. Just make the CSS statement that styles the fieldsets more specific by setting it like :
form > fieldset {}
or #formname > .fieldseClass {}
This way the style will not be inherited.
Regards,