Tagged: anchors
hi,
how can i insert anchors or link to a particular place on the same page?
thanks
jaz
haven’t worked with anchors yet.
But as far as i know you need an element with an ID that you can link to.
And i think the only element you can give an ID is the color section. (or you write some html in a text element like <div id=”mytarget”></div>)
then you should be able to link it with <a href="#mytarget"> or <a href="http://website.com/page/#mytarget">
Hey!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
Yigit
thank you… will try it out