The entity "nbsp" was referenced, but not declared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 10:25 AM
I am creating a monthly ServiceNow release splash page, however, when I try and do line break or spaces on my knowledge article which the splash page pulls from, I get the following error "The entity "nbsp" was referenced, but not declared."Is there a way to define that entity in the HTML so it doesnt give that error?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 10:40 AM
Have you tried replacing   with <br />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 02:07 PM
an alternative to   is  
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 04:30 PM
This worked. Thank you!