Does anybody know a good rich text formatting script. Say I want to have a editable text box with the option to highlight part of a text and click on a "B" for bold and it ads the <b> bold </b> tags (and <i> and images) at each end of the selected string automatically. Something like PHPBuilder has here at the forums with a preview option.
Thanks.
hi, Try these links: Google search (web based HTML editor) http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=web+based+HTML+editor
One of the results. http://shanx.com/scripts/editorMain.htm
Thanks for the link, but i was thinking more of a PHP based simple script that inserts html tags into a string that i can then call a script that generates a html page with header and the text from the text box.
Here's what I found. I wanted to create one of my own but... eeh... lazyness... it kills me sometimes.
http://www.editworkspro.com/
It's worth every penny however!
Thanks yall!