Re: HTML code appears in Normal View

  •  05-22-2006, 5:31 PM

    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 Complete Thread