I
I
Ivan Drozhzhin2016-02-06 19:24:59
HTML
Ivan Drozhzhin, 2016-02-06 19:24:59

How to make an anchor link to the same Opencart page?

Faced the following problem:
The markup on the page is as follows:

<p><a href="#footer">Текст ссылки</a></p>
...
<a name="footer"></a>

When you click on the "Link Text" redirects to http :
//mysite.ru#footer and not on the home page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
weranda, 2016-02-06
@RotarYMonkeY

Try to write a link with an anchor like this:

<a href="http://мойсайт.ру<?php echo htmlspecialchars($_SERVER["REQUEST_URI"]); ?>#footer">link</a>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question