Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
We have a long scrolling page that has text anchors for specific sections on the page. We want to provide users with an external hyperlink so they can navigate directly to that section (text anchor). Is that possible within InDesign/in5?

Thanks,

Mike
in how_to by (180 points)
  

1 Answer

0 votes

I replied via email, but I thought I would also share the answer here in case anyone else has the same question.

I would recommend splitting up the pages within the document where the text anchors are at the top of separate pages. This division will likely create variable page sizes, but that won't be apparent when exporting a scrolling document using the Borderless Page Scroll (Vertical) page format in the Basic section of the Export HTML5 with in5 dialog (in5 > Export HTML5 with in5...).

​When the pages are split up, then use the following syntax to send a user directly to a page within your content:

index.html#p=2

The example above would take the user to page 2. 

Because it isn't necessary to include the index.html, the full URL could also look like this if the content is at the root of your site:

http://example.com#p=2

Otherwise, you would add any directories that are a part of the URL: 

http://example.com/project/#p=2
by (26.6k points)