Asked by duncanb7
at 2024-08-25 03:17:39
Point:500 Replies:3 POST_ID:828754USER_ID:11059
Topic:
Cascading Style Sheets (CSS);JavaScript;Hypertext Markup Language (HTML)
I got the simple question about word-spacing CSS is not working on div tag with contenteditable="true", please see the following html code,
I try mininize the word-spacing of a paragraph with the word of "how to solve this
question" but it will show the output as this
"how to solve this question"
even I set it as word-spacing:1px in style that is also not working, really wide the spacing.
What I want is
"how to solve this question"
Please advise
Duncan
I try mininize the word-spacing of a paragraph with the word of "how to solve this
question" but it will show the output as this
"how to solve this question"
even I set it as word-spacing:1px in style that is also not working, really wide the spacing.
What I want is
"how to solve this question"
Please advise
Duncan