Not adding space in HTML

ktjstn
Kilo Expert

Why it is not adding space? 

find_real_file.png

Here's my script: <p>Provide   <b style="color: red;">CHANGE</b>  description details below.</p>

9 REPLIES 9

Alikutty A
Tera Sage

Hi Kate,

Please try this by adding &nbsp; for spaces

<p>Provide &nbsp;<b style="color: red;">CHANGE</b>&nbsp; description details below.</p>

Thanks!

find_real_file.png

I am getting this error.

Add the following in your HTML and see if the error moves out..

<!DOCTYPE test [
  <!ENTITY nbsp "&#160;">
]>

I got different error message

find_real_file.png