Re: HTML Editor inserting </bgsound> tag

  •  11-13-2009, 4:52 PM

    Re: HTML Editor inserting </bgsound> tag

    Eric, 
     
    This the HTML I'm using
     
    <html>
        <body>
            <!-- Comment 1 -->
            <!-- Comment 2 -->
            <!-- Comment 3 -->
        </body>
    </html>
     
     The </bgsound> tags usually get inserted after the comment tags like this.
     
    <html>
        <body>
            <!-- Comment 1 --></bgsound><!-- Comment 2 --></bgsound><!-- Comment 3 -->
            </bgsound>
        </body>
    </html>
     
     
    Notice also how all the comment tags are pulled up on one line, thats actually the main problem for us. 
View Complete Thread