HI,
i am facing a issue in the RAD Editor which the same content changes when added in the html mode and moved to the design mode and coming back to the HTML Mode
below is the the orignal content
<![if !supportMisalignedColumns]>
<tr height=0>
<td width=4 style='border:none'></td>
<td width=464 style='border:none'></td>
<td width=122 style='border:none'></td>
</tr>
<![endif]>
after adding the original content in HTML mode in FF2 and then switch to design mode and coming back to the HTML mode will result in the below content in the editor
<br><!--[if !supportMisalignedColumns]-->
<!--[endif]-->
after adding the original content in HTML mode in IE7 and then switch to design mode and coming back to the HTML mode will result in the below content in the editor
<tr height="0">
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="4"></td>
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="464"></td>
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="122"></td></tr>
Is this expected behavour or due to any filter in the RAD Editor control
Thanks
Malinda
i am facing a issue in the RAD Editor which the same content changes when added in the html mode and moved to the design mode and coming back to the HTML Mode
below is the the orignal content
<![if !supportMisalignedColumns]>
<tr height=0>
<td width=4 style='border:none'></td>
<td width=464 style='border:none'></td>
<td width=122 style='border:none'></td>
</tr>
<![endif]>
after adding the original content in HTML mode in FF2 and then switch to design mode and coming back to the HTML mode will result in the below content in the editor
<br><!--[if !supportMisalignedColumns]-->
<!--[endif]-->
after adding the original content in HTML mode in IE7 and then switch to design mode and coming back to the HTML mode will result in the below content in the editor
<tr height="0">
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="4"></td>
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="464"></td>
<td style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" width="122"></td></tr>
Is this expected behavour or due to any filter in the RAD Editor control
Thanks
Malinda