How to insert Anchor?

Anonymous
Not applicable

How to insert Anchor?

I am the new for Marketo so many functions can't be applied well.
At the email botton  I want to insert an anchor which can link to the email top , how to work out?
Tags (1)
5 REPLIES 5
Adam_Vavrek1
Level 9 - Champion Alumni
Ravi_Ansal2
Level 6

Re: How to insert Anchor?

Hi Zuyan,

You can do as follow

At the top

<a name="top">banner can be image as well</a>

and at the bottom.

<a href="Http://www.your link#top">TOP</a>

Hope this helps. And it is a email so not try to use webkit or ease up CSS functionality.

Anonymous
Not applicable

Re: How to insert Anchor?

Hello,

Is there a way to do this in the Rich text editor? I have created the anchor, but how do I link it to some text?

Thanks in advance!

Jan

Anonymous
Not applicable

Re: How to insert Anchor?

Hi Janani Jayasundar

Click Insert/Edit icon at an editor and select your anchor.

anchor1.png

anchor2.png

Anonymous
Not applicable

Re: How to insert Anchor?

Can you provide some more information for options in the new text editor?

It seems like the anchor setup in the "Insert Link" will only work if it is in the same editable section. This was also the case in the old text editor, however the work-around was to use #anchor in the URL link itself, this is not the case in the new text editor.

in the old text editor anchors were labeled <a name=blah> now they default to <a id=blah> which doesn't work to link in separate editable sections. I've had to manually go into the HTML and change the <a> tag to <a name=blah> instead of <a id=blah> so that the anchors still work in different editable sections which is necessary for our newsletter.