I am creating a link asset and want to add an anchor tag but can’t figure out a way to do it, short of entering the whole url including #anchor - which is not good!
I am only guessing what it is that you are trying to achieve but as far as the anchor links go, you have two simple options:
use classic html markup: <a href="http://linking-url.com" title="Your page name">Your page title</a>
or use html markup with Squiz’s ref: <a href="./?a=ASSET-NR(e.g: 99999)" title="Your page name">Your page title</a>
You can copy and paste the html lines above in to any page(s) you wish, and that will enable a hyperlink for you. One thing worth noting is that asset you are point to must have an active web path (url).
You can also, create a redirect page, nest other pages with active links and of course, the link asset its self is available to your disposal as well. If you decide to use asset link then once you done filling in the details, you have to add it to the page container of your choice.
Thanks @GBC . What’ I’d really like is another input field to the link creator for an anchor tag in the same way as you can when creating a link in edit plus.
So with edit plus, you can enter the target asset number and the anchor tag, but you can’t do that when you are creating a link asset.
Hey Jennifer, thanks for the feedback. It’s a good feature request. I’ll add it to our roadmap’s feedback list. I’m confident we can get it in soon as it’d be a very simple feature to build.