= Remove anchor ID from TOC entries = Anchor numbers (referenced as # * That variable builds the link for each TOC entry. It uses a relative path to the HTML file, and then adds the # symbol, along with the "linkid" attribute for the referenced paragraph. For this override, we want to remove that last bit. So, delete the corresponding lines, so that the variable now reads: * Save toc.xsl and regenerate your output to apply the changes. ------------------------------ This modification can be applied in other areas, and in other formats. Anywhere you see the # sign added to a variable, along with the linkid attribute, it means the anchor name of a referenced paragraph is being added to the link to that topic file. The most common locations are in toc.xsl and content.xsl. Search for "linkid," and you should find most of the instances where this syntax is used, should you need to modify i ---- CategorySolutionsOutputChm