Tagged: anchors
Can anchors only be created for a color section?
Hey MSM,
You can use any id on a page as an anchor.
You can also add a Code Block element to your page above your content and insert following as a anchor
<div id="my-anchor"></div>
Best regards,
Mike
I have another question relating to anchors too. I would like to add anchors to texts in accordions at https://www.sketchengine.co.uk/documentation/api-documentation/
Even though I have followed the instructions mentioned in the thread https://kriesi.at/support/topic/adding-anchors-to-the-accordion-slider/ it does not work. For example, https://www.sketchengine.co.uk/documentation/api-documentation/#java does not open the first accordion “Authentication” with the specific anchor but hides the first accordion.
Hi,
You will have to link to the accordion anchor:
https://www.yoursite.co.uk/documentation/api-documentation/#toggle-id-2
Having double anchors won’t work unfortunately.
Best regards,
Rikard
OK, thanks.