Hi everybody,
I'm using 2.5.1 release and I have configured "FCKConfig.EnterMode" with "br".
Under Firefox 2.0.0.11, FCK editor add an extra and strange <br> tag at the end of my text: '<br type="_moz">'.
What is it? This tag is not W3C compliant... How can I avoid that by default?
Of course, I can delete this tag after form submission, by using callback function in PHP or ASP, but this is not handy.
Thank's by advance for your help.
BR
Avairet
I'm using 2.5.1 release and I have configured "FCKConfig.EnterMode" with "br".
Under Firefox 2.0.0.11, FCK editor add an extra and strange <br> tag at the end of my text: '<br type="_moz">'.
What is it? This tag is not W3C compliant... How can I avoid that by default?
Of course, I can delete this tag after form submission, by using callback function in PHP or ASP, but this is not handy.
Thank's by advance for your help.
BR
Avairet
Re: How avoid <br type="_moz"> ?
Avairet
Re: How avoid <br type="_moz"> ?
$oFCKeditor->Value = "<!-- -->";
So initial i will have html comment instead of the unwanted line break
Herman