Mark 2005-08-27 22:38
The "config.js" in "templates/admin" is setting a default font to "Verdana 11px" config.bodyStyle = 'background-color: rgb(255,255,255); font-family: "Verdana"; color: Black; font-size: 10px;'; But, if you will change the font in HTML editor for another one, you don't have an option in editor to choose the font back to Verdana 11px!! 1. Changing fonts "pt" values in the "this.fontsizes = {" in "editor_basic.js" is not helping! 2. Changing font values in "htmleditor.php" is not helping! IS THERE ANY POSSINILITY TO MAKE A "VERDANA 11PX" FONT POSSIBLE IN EDITOR??? PLEASE HELP!
thanks buddies Mark 2005-08-27 22:39
sorry upper line is config.bodyStyle = 'background-color: rgb(255,255,255); font-family: "Verdana"; color: Black; font-size: 11px;'; !!
thanks buddies 2005-08-29 09:39
i think you need to change it in css file
Mark 2005-08-29 12:26
the css styles are not helping, because you cannot choose the 11px font in html-editor. After choosing some different font in editor, you cannot choose the verdana 11px font, and css style will not help you, because the main change in html-editor will run over it.