HTML text changes on when returning to Normal view using FireFox browser

  •  10-27-2010, 11:11 AM

    HTML text changes on when returning to Normal view using FireFox browser

    I am trying to put the following HTML in using the HTML tab.
     
    <embed>
        <param value="customform" name="type" /></param>
        <param value="1" name="key" /></param>
        <span>(Forms - Contact Us)</span></embed>
     
     
    I am able to do this just fine using the IE browser and all of my text is preserved when switching tabs to Normal and then back to HTML tab. However, when I try the very same using Firefox, the "</embed>" tag at the end drops off.
     
    How can I get the same behaviour  (as IE) to happen irregardless of browser?
     
    IE - 7.0
    Firefox - 3.5.14
View Complete Thread