Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Anchors on Product Page?

A topic by Martin Nerurkar created Apr 19, 2018 Views: 265 Replies: 1
Viewing posts 1 to 2
(1 edit)

is it possible to add anchors to the product page? Nowhere Prophet has a pretty long page with all the rewards and I'd like to be able to link people directly to the rewards, maybe even the individual rewards themselves. 

Admin(+1)

We insert automatic anchors for the different sections of the game pages, for rewards you can use: https://sharkbombs.itch.io/nowhere-prophet#rewards

You can look for this in the source of the page for anything that has an id attribute.

If you want to create your own anchors, we currently strip the id attribute from tags, but you can use an a tag with the name attribute to create a named anchor.

<a name="my_anchor"></a>
This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.