Can anyone tell me how to insert a link to text in a footer
Announcement
Collapse
No announcement yet.
Footer links
Collapse
X
-
Is the text in a fragment or a product or something else? You will probably need to use some sort of page anchor but we will need to understand what the text you want to link to actually is. A link is formed like so:
<a href="pagename.html">Link Text</a>
but on the end of that we need to add an anchor which will take you to the correct part on the page, unless of course the text is at the top of the page, in which case just link direct to the page name as above.
Comment