Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
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
<html><head><style type="text/css">.divtxt,.divtxt p{display:inline;border:0px;margin:0px;padding;0px;font-size:16px;font-weight:0;word-spacing:1px;font-family:Courier New ;}</style></head><body><div class="divtxt" contenteditable="true" style="border-width:1px;border-color:#c0c0c0" id="questionAdd-form-body" ><p>how to solve this question</p></div></body></html> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:
Author: duncanb7 replied at 2024-08-25 04:10:10
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Also need to take out doctye tag and xmlns in order to set
wordpress:-5 working
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Also need to take out doctye tag and xmlns in order to set
wordpress:-5 working
Author: duncanb7 replied at 2024-08-25 03:38:11
Thanks for you reply, how do you know it ?
where is the article about your answer
where is the article about your answer
Accepted Solution
Expert: selvol replied at 2024-08-25 03:30:02
500 points EXCELLENT