We had a home page for our site, but after some thought we created a different home page. The original homepage (now called Obsoleteindex) was a link for one of our menus:
<pre><code>
<div id=“main_nav_tabs”>
<ul>
<li><a href="/Sites/www.dover.nh.gov/government/city-operations/library/Obsoleteindex" perc-managed=“true” perc-linkid=“125”><i class=“fa fa-home fa-fw”></i>Library Home</a></li>
<!–
–>
<li><a href="/Sites/www.dover.nh.gov/government/city-operations/library/what-we-have/index" perc-managed=“true” perc-linkid=“126”>What We Have</a></li>
<!–
etc.
</code></pre>
The new home page is called index, and we’d like that menu tab to go to the new page. when I change the href to point to index rather than Obsoleteindex, Percussion changes it back. Do I need to change the perc-linkid, too? How do I find out what the new one is? Or is there a better way?
Thanks
Peggy