Tagged: Ids
Hi, did not find a solution here in the forum – so i rwite this post.
I want to build a page with anchors so called “IDs for Developers”. I understand that therefore the layout elements “Color Section” and “Grid Section” are build for.
BUT
if using “Color Section” and “Grid Section” i can not use the sidebar – which is necessary.
Does anybody has a solution for that? Using Sections AND Sidebar OR using other elements instead?
THX so far.
Hey heufti65,
Those are the only elements which you can add IDs to yes, but if you still want anchors on the page without those elements then you can simply add something like this to a text block element and add it before the element you want to link to:
<div id="name-of-your-anchor"> </div>
Best regards,
Rikard
Works easy. THANKS Rikard