Hi,
I'm trying to build a little editor for my clients to use so that they can update the pages themselves.
I've set up a text area so that they can add text, that works great. But I'd like them to be able to add bold tags and the like without knowing HTML.
So.... I'd like them to be able to select some of their text and click a "bold" button to add the tags. I can handle adding the tags (I think), but I don't know of any way to find out what text they've selected.
Any ideas?
Thanks in advance,
Craig