Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If I'm following correctly, in your program or lead database (if you want to reuse it), create a static list called "list A". Then in your program create a Smart Campaign and set as follows:When someone fills out form A on a specific Landing Page (only required if the form is used else where), then ...
That's why you should also add Add to Calendar in the Hyperlink Text section of the calendar too, this will at least change the link colour to what you want but will still have the underline in Gmail. I'm B2B and we use Gmail as our client, surprising how many companies actually do this these days t...
Have you thought of putting a class on the
tag before the calendar:
{{my.calendar}}
{{my.calendar}}
Then write your CSS like this:You could then list the different colours you are going to use and assign different classes, this will hopefully allow you to have multiple styles for your link.Use the attached robots.txt to block the assets folder, then do the redirect Sanford suggests.
Use the attached robots.txt to block the assets folder, then do the redirect Sanford suggests.
You can change your default colour in using the style in the head, e.g.This will be the default and works in everything that supports style in the head (everything except Gmail). I always add the Add to Calendar in the token too to to cover myself. text-decoration:none; in the won't work as the
If the files aren't in the Marketo Design Studio, then you have to setup a robots.txt file on the server that hosts the files. See this helpful page from Google - Learn about robots.txt files - Search Console Help.
I think the fields are just called First and Last
We're using Workfront (workfront.com/marketing/ ), it allows our Marketing team to request different types of Marketing projects including Marketing Automation, then when the project gets assigned depending on project type, it splits up the tasks to what we need to do, here's a sample task list for ...
Answer 1In your code you have.mktoButtonWrap { margin-left: 180px !important; }That's what's pushing the button to the right, change to.mktoButtonWrap { margin-left: 0 !important; } Hopefully you can tweak it from there. Answer 2In your code you have@media only screen and (max-width: 480px) .mktoFor...