Home › Forums › Main Forum › General Topics › Broken Anchor Links #content › Reply To: Broken Anchor Links #content
Sushil,
The link is embedded in the page. You will have to look at the code to see that is is there. Just below the header you will see this link on line 298. //< a href=”#content” title=”Skip to content”>Skip to content
Here is the code within that bit of context:
</header>
<div id=”secondary-nav” style=”background-color: #000000;”>
<div class=”container”>
<div class=”row”>
<div class=”col-md-12″>
<div id=”navbar” class=”navbar”>
<nav id=”site-navigation2″ class=”navigation main-navigation” role=”navigation”>
<div class=”menu-toggle-wrapper hidden-md hidden-lg”>
<h3 class=”menu-toggle2″>Menu</h3>
</div>
// < a href=”#content” title=”Skip to content”>
Skip to content</ a>
<ul id=”menu-greenleaf-main-menu” class=”nav-menu”>
Do you know where this is coming from?