Link to a specific part of another page

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?

You don’t want the #

3 Likes

Of course! Thanks :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.