Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

LInking to named Anchors

Avatar

Level 2

Is this possible in DPS 2015? I've tried to link footnote numbers to the footnote and the bottom of the page (using Dreamweaver) and the links don't work in the iPad & iPhone app. It does work when I preview my page in a web browser. Is this just something that isn't supported or am I doing something wrong?

Thanks!

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

The article name is not index.html. It's the name of the article that you specify when you create the article instance in the Portal.

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Employee

They work, use the navto:// URL format. See Digital Publishing Suite Help | Hyperlink and button overlays

Neil

Avatar

Level 2

Hello Neil,

I followed the format of navto:// in my Dreamweaver document, but the link to the anchor is still not working on mobile and tablet.

Here's the anchor in the code: <a name="fn1"></a>

Here's the link to the namedanchor: <a href="navto://index#fn1">1</a>

I've also tried: <a href="navto://#fn1">1</a> and <a href="navto://Wright#fn1">1</a>  (Wright is Wright.article)

Am I confusing this? navto://[articlename]#[anchorname]

For DPS 2015 the name is index.html - but when it's put through the html packager is it loosing the 'article name' as index?

Avatar

Korrekte Antwort von
Employee

The article name is not index.html. It's the name of the article that you specify when you create the article instance in the Portal.

Avatar

Level 2

Doh! I knew I was missing something obvious! Thanks for the answer Bob!