Hi,
Having an issue with <hr> 2.3.2 only happening in firefox. In IE it does crazy things with the <hr> when I edit something or click the Source button.
Starting Source
<p><strong>Test Title<hr /></strong>
test</p>
When previewed edited in Firefox it's fine..stays where it should. In IE the <hr> tag is pushed all the way down to the end of the page.
Source after edit or view source in IE
<p><strong>Test Title</strong>
test</p>
<hr />
Anyone know how to fix this?
Thanks!
Having an issue with <hr> 2.3.2 only happening in firefox. In IE it does crazy things with the <hr> when I edit something or click the Source button.
Starting Source
<p><strong>Test Title<hr /></strong>
test</p>
When previewed edited in Firefox it's fine..stays where it should. In IE the <hr> tag is pushed all the way down to the end of the page.
Source after edit or view source in IE
<p><strong>Test Title</strong>
test</p>
<hr />
Anyone know how to fix this?
Thanks!
RE: <hr> issue only in IE
<p><hr><strong>Test Title<hr /></strong>
test</p>
RE: <hr> issue only in IE
Anyways, FCKEditor puts in the <hr /> when it's clicked. The problem is that when you edit something in IE it moves all <hr> tags from their proper placement in the middle of the content all to the end of the content.
Anyone have any ideas?
RE: <hr> issue only in IE
We are encountering the same problem - the editor in IE occasionally rearranging the <hr> tags to the very bottom of the content. I haven't found the pattern to it yet...
If anyone has any ideas let us know!
RE: <hr> issue only in IE
RE: <hr> issue only in IE