1
I need to do something simple, but I’m not getting it.
<div class="txt-center">
<a href="software/programa.exe#final">Solicite agora</a>
</div>
I tried to do something simple, but it doesn’t work. A download link to a file for donwload, and after the download lead to the anchor, that step-by-step page of how to install the file. As it is a single page, only take the anchor.
I tried to use
Someone could help me, to be simple.
Maybe a javascript, or PHP for this?
Direct in HTML has no way?
Thanks
<a href="software/programa.exe" onClick='scrollTo(0,0)'>Solicite agora</a>
– Valdeir Psr
@ValdeirPsr https://stackoverflow.com/questions/5871640/why-is-using-onclick-in-html-a-bad-practice
– Bart