I am using anchor links on a content page as a footnote reference in the following way:
Coding for the index in the text:
<li>Recruitment page for the company’s project management office: “Global Project & Alliance Management”<a href="#t1fa" name="ftnref1"><sup>1</sup></a>, where you’ll find an overview of how “Our project managers partner with our teams to scope and execute our development and inline portfolio of projects.”; and</li>Coding for the reference (footnote) at the end of the page:<hr>
<div id="t1fa">
<p class="small"><a href="#ftnref1" name="#t1fa" "="">1</a> https://www.isc.hbs.edu/strategy/Pages/default.aspx</p>
</div>
The reference linking works however the horizontal nav bar on the top of the page disappears when you click on either of the reference links. It will reappear if you go back into edit mode then save and close however this is really only a work around.
Is there different code that I need to prevent the nav bar from disappearing?