Table of Contents for a KB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 06:51 AM - edited 07-23-2024 06:54 AM
I am trying to start using a table of contents
this is the table of contents code
<h2>Table of Contents</h2>
<ul>
<li><a href="#mcetoc_1i3fourcd2">Uploading non-Cisco Inventory to CDW SmartTracker</a></li>
<li><a href="#mcetoc_RMA">CDW RMA Process</a></li>
This is where they links go in the code
First Link
<h2 id="mcetoc_1i3fourcd2"><strong><span style="font-size: 12pt;">Uploading non-Cisco Inventory to CDW SmartTracker</span></strong></h2>
<p> </p>
second link
<h2 id="#mcetoc_RMA"><strong><span style="font-size: 12pt;">CDW RMA Process</span></strong></h2>
The first link works but the second does not. Somehow the first href mcetoc name was auto created because I did not name it mcetoc_1i3fourcd2. I am not sure what that means. How to I get the second link to work?