Advanced HTML Editor 3 Support Product Page

Solved

Editor Style Issue

Reported 25 Mar 2011 01:27:00
1
has this problem
25 Mar 2011 01:27:00 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 25 Mar 2011 11:00:51
25 Mar 2011 11:00:51 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,

Reply to this topic