Landing Pages - Add Anchor Links to Icons | Community
Skip to main content
May 5, 2015
Solved

Landing Pages - Add Anchor Links to Icons

  • May 5, 2015
  • 2 replies
  • 7413 views
I am working on a landing page and have added some graphic icons to the top of the page.  The idea was to have them clickable and serve as anchor links to the text sections below on the page.  I see the little anchor icon in the rich text editor for each text section, but how do I get the icon to link to it?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
Nevermind...this discussion answered my question:  https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PQZbAAO

2 replies

New Participant
April 25, 2016

What was the answer to this? I'm trying to do something similar, but the link to the discussion is no longer available. Thanks!

Sarah_Way1
New Participant
April 25, 2016

If you know html, you can add an id to the section you're linking to. Then, on the icons, put a link with the id name.

Example:

You have an icon on the top for contact info (located at the bottom). The html would look similar to this:

<a href="#ContactInfo"><img src="yourimagehere.jpg"></a></div>

Then the contact info at the bottom would look like this:

<div id="ContactInfo">Contact Information here</div>

Accepted solution
May 6, 2015
Nevermind...this discussion answered my question:  https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PQZbAAO
November 10, 2015

Glad you found the answer!