HTML code appears in Normal View

Last post 05-22-2006, 5:31 PM by Ahem. 3 replies.
Sort Posts: Previous Next
  •  05-22-2006, 12:23 PM 19372

    HTML code appears in Normal View

    I've upgraded to V5.0 recently and have just ran into the following "strange" issue.  When I paste in HTML code (in the HTML view), then switch to Normal mode, the HTML code appears instead of the HTML formatted text.  I'm copying HTML from within CuteEditor on another page - then pasting it in a different Editor window.  I need to get this resolved fast - its got to be something basic - Thanks.
  •  05-22-2006, 4:47 PM 19384 in reply to 19372

    Re: HTML code appears in Normal View

  •  05-22-2006, 5:25 PM 19389 in reply to 19384

    Re: HTML code appears in Normal View

    Adam,
     
    That is correct - it doesn't happen on this site.  Essentially I can manually type in a bunch of HTML in the HTML view - click to Normal View and it looks perfect.  So - then I go back to the HTML view - select all HTML text - remove the text and paste directly back the exact HTML - go to Normal view and instead of seeing the result - I see the HTML code.  So it only relates to "pasting" HTML code.
     
    What do you think?
     
    Thanks.
  •  05-22-2006, 5:31 PM 19390 in reply to 19384

    Re: HTML code appears in Normal View

    Adam,
     
    Here is some additional background:
     
    Included below is the original HTML I paste in:
     
    <table cellSpacing=0 cellPadding=10 border=0>
    <tbody>
    <tr vAlign=top>
    <td><img height=200 src="/uploads/strata.jpg" width=273 border=1></td>
    <td><img height=200 src="/uploads/tv.jpg" width=267 border=1></td></tr>
    <tr vAlign=top align=middle>
    <td><font size=1>Atrium in Strata building</font></td>
    <td><font size=1>CNN in atrium 24x7</font></td></tr></tbody></table>
     
    When I paste this text into my HTML View it looks like this:
     
    &lt;table cellSpacing=0 cellPadding=10 border=0&gt;<BR>&lt;tbody&gt;<BR>&lt;tr vAlign=top&gt;<BR>&lt;td&gt;&lt;img height=200 src="/uploads/strata.jpg" width=273 border=1&gt;&lt;/td&gt;<BR>&lt;td&gt;&lt;img height=200 src="/uploads/tv.jpg" width=267 border=1&gt;&lt;/td&gt;&lt;/tr&gt;<BR>&lt;tr vAlign=top align=middle&gt;<BR>&lt;td&gt;&lt;font size=1&gt;Atrium in Strata building&lt;/font&gt;&lt;/td&gt;<BR>&lt;td&gt;&lt;font size=1&gt;CNN in atrium 24x7&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
     
    Then when I switch back to Normal View it looks like this:
     
    <table cellSpacing=0 cellPadding=10 border=0>
    <tbody>
    <tr vAlign=top>
    <td><img height=200 src="/uploads/strata.jpg" width=273 border=1></td>
    <td><img height=200 src="/uploads/tv.jpg" width=267 border=1></td></tr>
    <tr vAlign=top align=middle>
    <td><font size=1>Atrium in Strata building</font></td>
    <td><font size=1>CNN in atrium 24x7</font></td></tr></tbody></table>
     
    Now this HTML was typed in by hand originally and it worked fine that point.  As soon as I use the Paste Command it does this.
     
    Thanks again.
View as RSS news feed in XML