Not adding space in HTML

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 08:59 PM
Why it is not adding space?
Here's my script: <p>Provide <b style="color: red;">CHANGE</b> description details below.</p>
Labels:
- Labels:
-
Scripting and Coding
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 09:08 PM
Hi Kate,
Please try this by adding for spaces
<p>Provide <b style="color: red;">CHANGE</b> description details below.</p>
Thanks!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 09:21 PM
I am getting this error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 09:27 PM
Add the following in your HTML and see if the error moves out..
<!DOCTYPE test [
<!ENTITY nbsp " ">
]>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 11:31 PM