Now here are the following ways I have used the calendar token in the past:
But now I have a strange issue. My company just started to use the modules so there is an image that needs to link to the same link as below, and wouldn't you know it the link is a calendar token. How would I reference the token information without duplicating it is there some kind of <a href> I could use so that I could anchor the link to the one that populates the token?
Solved! Go to Solution.
Also there needs to be a work around that you can reference an a href tag that appears lower on the page. I can't imagine that everyone goes to a third party to make it work each time.
This part isn't Marketo's fault: static HTML has no facility for applying the href of one tag to another tag. (You can reference one <A> from another <A> in the same document, but that is very different.)