HTML jump tags are deleted after saving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
First level list element jump tags remain after saving, and work. Jump tags on second level list elements are deleted after saving. What gives?
<ul style="list-style-type: circle;">
<li>
<span style="font-size: 18pt; color: #000000;"><a style="color: #000000;" href="#section_1">First</a></span>
</li>
<li>
<span style="font-size: 18pt; color: #000000;"><a style="color: #000000;" href="#section_2">Second</a></span>
</li>
<li>
<span style="font-size: 18pt; color: #000000;"><a style="color: #000000;" href="#section_3">Third</a></span>
</li>
<ul style="list-style-type: circle;">
<li>
<strong><span style="font-size: 12pt; color: #000000;" href="#section_3A">Third A </span></strong>
</li>
<li>
<strong><span style="font-size: 12pt; color: #000000;" href="#section_3B">Third B </span></strong>
</li>
<li>
<strong><span style="font-size: 12pt; color: #000000;" href="#section_3C">Third D </span></strong>
</li>
</ul>
</ul>