I'm making a form for me to add news to the database in html format. However, I don't want to write the html code in a text area in the form. Is there some sort of way with PHP and/or Javascript to build in a WYSIWYG editor or something like how bulliten boards allow users to post new threads/posts (like this form for a new thread) that I can make? I don't want too many complicated features...just the basics liek Bold, Italics, Underline, etc. I just want to have it all entered in as HTML into the database so I can echo it out on another page.
How would I go about this?
Thanks.. I appreciate all your help in advance.