开发者

Add Extra space to the Word at right side in HTML Page using javascript

开发者 https://www.devze.com 2023-03-19 13:15 出处:网络
I need to add some after the word based on my custom actions. For Example in the sentence, \"I need to Walk\"

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 si开发者_运维百科de.

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?


If you know the specific word you need to pad out, a relatively simple solution is to place the word you need to add the space to into its own <span> and style the span with an appropriate margin-right.

0

精彩评论

暂无评论...
验证码 换一张
取 消