javascript - Anchor link in Bootstrap 3.7 not Working -
<ul style="font-family:'ralway', serif;" class="nav navbar-nav"> <li><a href="http://www.reachoutcelebration.com/#home">home</a></li> <li><a href="http://www.reachoutcelebration.com/#about">about</a></li> <li><a href="http://www.reachoutcelebration.com/#events">events</a></li> <li><a href="http://www.reachoutcelebration.com/#surrenderstories">surrender stories</a></li> <li><a href="http://www.reachoutcelebration.com/#globalstrategy" >global strategy</a></li> <li><a href="http://www.reachoutcelebration.com/#contact-form">contact</a></li> <li><a href="/#donate">donate</a></li> </ul>
i want click on "donate" or "contact" links reachoutcelebration.com/tommy-barnett page , go "donate" or "contact" section of webpage: http://www.reachoutcelebration.com. please click contact , donate buttons. have verified not work. clicking donate , contact seemed throw me in middle of http://www.reachoutcelebration.com site no matter anchor tags or id attributes. above code revised.
the code on reachoutcelebration.com page reads follows:
<!-- section header --> <div class="section-header container-fluid"><a name="donate"></a><!-- see anchor here --> <h3>grand total : $521,000</h3> <div class="section-separator"><i class="fa fa-stop"></i></div> <p style="text-align:center;">"multiply" begins you.</br>own piece of roc , join in reaching our city, our region, , our world.</p> </div><!-- section header /- -->
i tried expression engine stack on flow: https://expressionengine.stackexchange.com/questions/38480/expression-engine-and-anchor-tags/38481#38481
any ideas why not working?
i think have match names , url's <a name="donate"></a>
, <a name="contact"></a>
respectively:
<li><a href="http://www.reachoutcelebration.com/#contact">contact</a></li> <li><a href="http://www.reachoutcelebration.com/#donate">donate</a></li>
Comments
Post a Comment