I've got a form with a textarea box, currently you can just type a message in the box and submit it, then it is added to a mysql database and shows up on a page I made for people to view staff memos.
I've been asked to add formatting options like bold, italic, underline etc. Unfortunately me and javascript have never really met so I'm quite stumped. I can handle the form processing with PHP converting [B] to <strong> etc myself but I need help with the actual user interface.
How would I go about doing this?
P.S. I only need bold, italic and underline so to download a feature rich package seems unneccessary depending on how complex this script turns out to be.
Bookmarks