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

Last post 10-29-2010, 3:59 PM by vballboa. 2 replies.
Sort Posts: Previous Next
  •  10-27-2010, 11:11 AM 64730

    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
  •  10-27-2010, 12:43 PM 64733 in reply to 64730

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

    vballboa,
     
    The correct syntax for embed tag should look like <embed src="http://cutesoft.net/uploads/clock.swf" width="280" height="220" quality="high" wmode="transparent" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>
     
    Firefox will change the code if you use wrong syntax code for embed tag.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-29-2010, 3:59 PM 64809 in reply to 64733

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

    So you are saying that this happens at the browser level of Firefox and outside of the HTML editor's control?
     
    Perhaps you can tell me an accepted HTML tag in which I can use to create my own custom inner tags that won't be corrected by any browser? That would help me.
     
     
    Thanks.
View as RSS news feed in XML