I am trying to apply a style to particular words or phrases in a text input field, I've seen it done in a similar way in the 'Facebook mentions'.
Ideally I want to run some regexp to find any text within a textbox which is between two square brackets and then apply a background colour to this word and only this word.
I have started by overlaying a DIV over the top of the text box, but I am having issues maintaining the alignment, any help would be much appreciated!
Many Thanks, Marcus