TinyMCE editor is a very good open source (GPL) html editor based on WYUSIWYG environment. It is javascript based and can be easily integrated to any PHP or ASP based scripts.
Download: http://tinymce.moxiecode.com/
It will automatically convert all text areas in your form into a rich text html editor.
If you want to change the font or default font size, just find edit_content.css in advanced or simple templates folder and make necessary changes. Remember you will need to change the css file inside both advanced and simple themes.
Path: /tinymce/themes/advanced/css/advanced/edit_content.css
Edit the css file..and find this code…and make changes
body, td, pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
You can also add new changes inside this file if you want some special styles…to be displayed inside the editor.
blockquote {
padding: 5px;
border: 1px solid black;
}
You will need to refresh or flush the browser only then you will be able to see the changes.
Similar Posts:
- Lightweight PHP WYSIWYG HTML Editor
- Free Markup TextArea HTML Editor in Javascript
- Top Best Web based WYSIWYG html editors (Free)
- Free Markup BBCode Editor in Javascript
- How to Copy & Paste Text in Nokia Phones
- TinyMCE Slow Loading Problem!
- Eclipse IDE loading slow?
- iframe innerHTML value from textarea
- Fast loading and lightweight WYSIWYG html Editors for PHP
- WidgEditor strange Problem!





February 27, 2009
I have tried to change all the content.css with a different font but it didnt change. i downloaded the latest version of this editor which had only content.css in four folders. Somebody could give a reply as i use to check all my comments i can see whether i have an update.
February 27, 2009
Thats edit_content.css not content.css. Try again.
August 7, 2009
There is not file edit_content.css with this name.