How I set default width value to TinyMCE?
Set default width on TinyMCE
- Single Page
Posted 14 March 2013 - 11:11 AM
Posted 19 March 2013 - 15:01 PM
You should check the css of the theme you are using. For example flexigrid uses this:
textarea.texteditor, textarea.mini-texteditor
{
width:750px;
height: 200px;
}
