Hi
Using latest IE, Mozilla and FCK
This also happens in the demo.
===============================
I add the word
test and then select <hr>
I view source code I get
<p>test<hr />
test</p>
I go back to editor and it looks fine
I go back to source code and it wraps <p> tags
<p>test</p>
<hr />
<p>test</p>
<p> </p>
=========================
Mozilla does not do this so that if my client edits in IE he will get a different look for the site then if he edits with Mozilla.
Is there a solution for this?
Thanks
Chris
Using latest IE, Mozilla and FCK
This also happens in the demo.
===============================
I add the word
test and then select <hr>
I view source code I get
<p>test<hr />
test</p>
I go back to editor and it looks fine
I go back to source code and it wraps <p> tags
<p>test</p>
<hr />
<p>test</p>
<p> </p>
=========================
Mozilla does not do this so that if my client edits in IE he will get a different look for the site then if he edits with Mozilla.
Is there a solution for this?
Thanks
Chris
RE: IE adds unwanted <p> tags
Hard Rules (<hr>) are meant as paragraph dividers and, therefore, make no sense in the middle of a paragraph block.
Now the question remains, how to we get Mozilla to behave correctly? Not sure on that one.
-- T
RE: IE adds unwanted <p> tags
You make a valid point re the markup:>
Cheers