Hi there,
How do I create a link or anchor so that a page scrolls down to an element within the footer?
I have been asked to get a hyperlink within text to scroll down to a registration form in the footer of http://www.mybiz-canterbury.co.uk
Many thanks,
Hi Krissie,
You can try the following code in a text widget:
<div id="your-anchor">
Content
</div>
Thanks,
Rikard
Great! It worked! Thanks very much. :)