Can you please help me figure out how I can restrict the text editor so that it will not allow any line-height <span> tags?
http://screencast.com/t/FrmB7vWU
For some reason, even though I have the editor set to FORCE PASTE AS PLAIN TEXT, the editor is sometimes putting in style tags in the code. I can't figure out what is causing this.
Here is an example:
<p>Father Gary Karenstien - Pastor<br />
<span style="line-height: 1.6em;">Toni Smith - </span><span style="line-height: 1.6em;">PAC Council President</span><br />
Is there a setting in the config that will allow me to restrict this? Where is the "line-height" style coming from?
I simply want the users to only be able to use the H1, H2, and styles that are pulling from the CSS.
Thank you for any help.
http://screencast.com/t/FrmB7vWU
For some reason, even though I have the editor set to FORCE PASTE AS PLAIN TEXT, the editor is sometimes putting in style tags in the code. I can't figure out what is causing this.
Here is an example:
<p>Father Gary Karenstien - Pastor<br />
<span style="line-height: 1.6em;">Toni Smith - </span><span style="line-height: 1.6em;">PAC Council President</span><br />
Is there a setting in the config that will allow me to restrict this? Where is the "line-height" style coming from?
I simply want the users to only be able to use the H1, H2, and styles that are pulling from the CSS.
Thank you for any help.