0

I've been trying to use anchor tags and ID's to reference specific sections within a page but for some reason all I get back is a blank page. No matter how many different configurations I try, the most I get to work is just one link, and then the second displays just a blank page.

Been trying <a href>, <a name> and using the <div ID=""> but nothing seems to work. Any ideas?

Here's the link and section code:

<li>
  <a href="servicios.html#distro">Distribución del espacio</a>
</li>

<section id="distro" class="section-block replicable-content bkg-charcoal color-white no-padding-bottom">
  <div class="row horizon" data-animate-in="preset:slideInRightShort;duration:1000ms;" data-threshold="0.3">
    <div class="column width-5 offset-2">
      <h2 class="mb-30"><a name="#distro">Distribución del espacio</a></h2>
    </div>
  ...

See website here

Check the menu option under "Servicios"

BTW Also been using href instead of name in the anchor to no avail.

gamma
  • 5
  • 2
  • @gamma please edit the question. The code in the comment is unreadable – Hubert Grzeskowiak Aug 18 '17 at 04:42
  • See edit on my answer. – Hubert Grzeskowiak Aug 18 '17 at 04:44
  • Sorry, newbie here. Done! – gamma Aug 18 '17 at 04:46