Text justify function auto delete the parent div id

  •  01-16-2008, 12:19 AM

    Text justify function auto delete the parent div id

    1. Go to http://cutesoft.net/example/general.aspx
    2. Change to HTML Mode
    3. Put the below test data into CuteEditor
    <DIV id=printHeader>
    <TABLE style="TABLE-LAYOUT: fixed; MARGIN-LEFT: 0px; WIDTH: 705px; MARGIN-RIGHT: 0px; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #ffffff" cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top>Page &amp;p of &amp;P<BR></TD>
    <TD vAlign=top><BR></TD>
    <TD vAlign=top>&amp;D &amp;t<BR></TD></TR></TBODY></TABLE></DIV>
    <DIV>
     
    5. Back to Normal Mode
    6. Set cursor to the end of the text "&D &t" (in column3 of the table)
    7. Click on Right Justify icon on Toolbar.
    8. Change to HTML Mode, The id "printHeader" is not appeared.
     
    What is going on with the text justify function ?
    Note : If I make justify in column1 or column2, nothing wrong happen.
     
View Complete Thread