DNN FCKeditor: modiefies code DNN version 04.07.00
<br /> tag being changed to <p> </p> on swiching from html mode to design mode and/or also when saving or updating editor.
sample of error
code was:
</table>
<br />
<table Border="1" style="width: 608px; height: 85px" cellpadding="0" cellspacing="0">
is changed to
</table>
<p> </p>
<table Border="1" style="width: 608px; height: 85px" cellpadding="0" cellspacing="0">
<br /> tag being changed to <p> </p> on swiching from html mode to design mode and/or also when saving or updating editor.
sample of error
code was:
</table>
<br />
<table Border="1" style="width: 608px; height: 85px" cellpadding="0" cellspacing="0">
is changed to
</table>
<p> </p>
<table Border="1" style="width: 608px; height: 85px" cellpadding="0" cellspacing="0">