Good afternoon, I'm doing a project site and it has those links that take you from one part of the page to the other, but it's not working right.
I put the link as
<a href="#violao">
<div class="col s6 m3 valing-wrapper" id="">
<div id="violao" class="valign-wrapper">
<span id="cursosspan">Violão</span>
</div>
</div>
</a>
And to call the link I put:
<a name="violao"></a>
But it is not working properly and I do not understand why, can anyone help me?
Test server: link
Could someone tell me also a script for him to go to the link by rolling the page more smoothly?