How can I make A tags editable in the email 2.0 templates | Community
Skip to main content
James_Allan
New Participant
October 29, 2020
Question

How can I make A tags editable in the email 2.0 templates

  • October 29, 2020
  • 2 replies
  • 1868 views

I'm getting no effect from adding the class "mktoEditable" to either the A tag or an encasing div element.  Conveniently, Marketo skips right over links in the documentation.  They don't even mention this.  If I add a an "mktoImg" element, a link option is made available in the interface for the image.  nothing for text

 

By the way Marketo, you totally suck!

 

Did I tell you that you suck?  You suck!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
New Participant
October 29, 2020

If you're only concerned about the href, this can be a module-level ${variable}, rather than using an entire editable element.

Oz_Platero
New Participant
October 29, 2020

Hello @james_allan ,

 

You cannot specifically target an anchor tag only.  You have to go up the parent nodes.

Syntax here

https://docs.marketo.com/display/public/DOCS/Email+Template+Syntax#EmailTemplateSyntax-Images

 

Are you looking to use a div section as an Image then wrap that image with a standard Anchor tag?