Page 1 of 1

text formatting

Posted: Thu Nov 23, 2006 4:55 am
by mikeeeeeeey
morning all!

does anyone know of any good text formatting systems out there or how to go about building one?
kinda like this one of phpBB where you can make text bold italic underlined etc.

thanks a lot :D

Posted: Thu Nov 23, 2006 5:01 am
by JayBird
FCKeditor?

Posted: Thu Nov 23, 2006 5:09 am
by califdon
I think you might find js-quicktags what you're looking for:
http://alexking.org/blog/2004/06/03/js- ... nder-lgpl/

Posted: Thu Nov 23, 2006 5:48 am
by CoderGoblin
Another possibilty : tinymce

Posted: Thu Nov 23, 2006 5:55 am
by mikeeeeeeey
good call, cheers guys!

Posted: Thu Nov 23, 2006 7:58 am
by Ambush Commander
If you're having input text as pure HTML, make sure you filter it properly.

Of course, I can't resist offering my library, HTML Purifier.