Reformatting issues with the editor

Last post 09-12-2005, 9:38 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-30-2005, 11:26 PM 10045

    Reformatting issues with the editor

    Hi Adam,
     
    I am referencing a previous post: http://www.cutesoft.net/forums/9033/ShowPost.aspx, as my example.  I tried to test my code using your 2 online editors as suggested here, with the disableAutoFormatting turned on and off, both produced the same behavior as I am receiving on my app, which is to alter the actual HTML tags.  When I enter:
     
    <table width=610 background=/itemimages/pdp-6100hd_1.jpg>
    <tbody>
    <tr>
    <td colSpan=2>
    <h1 style="MARGIN: 0.5in 0in 0in 0.1in">PDP-6100HD</h1>
    <h1 align=center>61" High Definition Plasma Monitor</h1></td></tr>
    <tr>
    <td><font size=1>
    <li>High Definition/XGA Resolution (1,365 x 768p)</font></li></td>
    <td><font size=1><u><b>VIDEO PROCESSING TECHNOLOGY</b></u></font></td></tr></tbody></table>
     
    it is translated to:
     
    <table width="610" background="/itemimages/pdp-6100hd_1.jpg"><tr><td colspan="2"><h1 style="MARGIN: 0.5in 0in 0in 0.1in">PDP-6100HD</h1><h1 align="center">61" High Definition Plasma Monitor</h1></td></tr><tr><td><font size="1"><li>High Definition/XGA Resolution (1,365 x 768p)</li></font></td></tr></table><td><font size="1"><u><b>VIDEO PROCESSING TECHNOLOGY</b></u></font></td>
     
    Notice the area I bolded is being moved after the closing table tag.  I cannot for the life of me figure out why this is happening.  In this case, I obviously pasted into normal view, so it is turning my < and > signs into lts and gts.  When I receiving the issue, it is occurring when I type or paste right into html view.  I have 4 or 5 sites using your tools now and absolutely love this app, thank you so much!
     
    Josh Lloyd
  •  09-12-2005, 9:38 PM 10454 in reply to 10045

    Re: Reformatting issues with the editor

View as RSS news feed in XML