Hey all, Ok I have a textarea thats being written to my db. The question is to do with making a textarea a sort of rich text box? I need to jazz it up ALOT - the user must have the option to make text bold, indent it, underline it and bullet point it - I havent seen any articles on this but some websites can do it so it can done?
That's called a WYSIWYG (What you see is what you get) editor. There's tons of software online to set those up but most are going to come at some cost. Search google to find a good array of choices.
Thanks guyz - yeah I googled and found that TinyMCE alright but it looks pretty hard to implement into a self-written php db and then have to producing what you saved!