Setting height and width in Tinymce Editor

    • If you havent read the basic Setting please Read , and
    • <html>
    <head>
    <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
    <script language="javascript" type="text/javascript">
    tinyMCE.init({
            theme : "advanced",
            mode : "textareas",
           width : 700,
            height : 400
    });
    </script>
    </head>
  • The height and width of the Tiny Browser as specified above. Enjoy….