Re: BGSOUND

  •  10-07-2011, 4:51 PM

    Re: BGSOUND

    Hi frJericho,
     
    Does it happens on special browser/version?
     
    Add the code below to the bottom of the editor page should avoid this problem.
     
    <script type="text/javascript">      
    function CuteEditor_FilterHTML(editor,code)   
    {   
        return code.split('<BGSOUND CEP="0" />').join("");
    }   
    function CuteEditor_FilterCode(editor,code)   
    {   
        return code.split('<BGSOUND CEP="0" />').join("");
    }   
    </script>
     
     
    Regards,
     
    Ken
View Complete Thread