Knowledge Base editor control adding unwanted inline style for Numbered and Bulleted lists

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 08:43 AM
So, I'm really spinning my wheels trying to figure this out, so now I'm here hoping someone can give me some ideas of where to go from here.
I admit, I'm not great at navigating my way through ServiceNow and have a hard time finding anything so "ServiceNow for Bone-Heads" instructions are welcomed (I have full Administrator access to the platform).
I'm working on writing and building our KB for our company.
- I click in the Article Body field,
- Then, click the Numbered List icon on the text editor.
- I type the list items.
- When I go to look at the Code-behind, I see the <ol> tag is being inserted as: <ol style="list-style-position: inside;"> (the reason I dislike the "inside" position is because it wraps the test weirdly under the number bullets)
- When I click the Numbered list icon, I want the default action to be <ol> without the inline style.
Screen shot showing exactly the problem.

- Labels:
-
Knowledge Management
- 1,969 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2021 04:42 PM
I wish! I have not yet found a solution for this issue. I am still going through and manually fixing the broken HTML from the editor. It's been making me crazy for four years. We're upgrading to Quebec next week. I hope it's fixed there, but I'm not holding my breath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 06:43 AM
Ok, ours is fixed now. I got the information for your SN developer.
This is what needs to be done in the background:
In the dictionary on the HTML field there's an attribute called align_listitems
Removing that removes the standard styling on lists.
Has to be completed for all the html fields. Just took a second from the list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2021 10:20 AM
<sadface>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 05:34 AM
Hi,
I have dealt with this for years also. LOL
I have not figured out yet on the backside to make "outside" the default but the quickest way to fix it for me is to create my list, go into the source code and press Shift +Ctrl+R and type inside (it appears at the top left of the source code box) and then press Enter. It asks what you want to replace it with so type outside and press Enter. It will replace all the inside with outside. Click Save.
It ain't perfect but it is faster than doing it all manually. I have a developer working on trying to find a fix for this, if he does I will let ya know. Hope this was helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 06:42 AM
Ok, ours is fixed now. I got the information for your SN developer.
This is what needs to be done in the background:
In the dictionary on the HTML field there's an attribute called align_listitems
Removing that removes the standard styling on lists.
Has to be completed for all the html fields. Just took a second from the list view.