Hi,
I want to link to specific part of another page (called “Promotions”) within my website.
I’ve used id attribute for this section:
<h4 id="#section2">2 section</h4>
And I have link to it:
<a href="/promotions#section2" >Section 2</a>
Why it doesn’t work?