I need to add some after the word based on my custom actions.
For Example in the sentence, "I need to Walk"
I have to insert space only to the word "need" at right side.
I tried using word-space but it applies to entire tag but i want additional space only for a specific word.
How to achieve this javascript or any other method?
need? How do you identify the words that need an extra space? – Felix Kling Jul 12 '11 at 16:39