SOLVED

View html of a landing page

Go to solution
Anonymous
Not applicable

View html of a landing page

Is there an easy way to see the html for a landing page? We have landing page that may have some custom code on it but I cannot find the object on the landing page and want to look at the html code inside marketo to see if there is something we need to edit. Is this possible, or do we have to view the page in a browser then view source?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: View html of a landing page

Hi Richard:

You can do this in Preview mode of a landing page. The code of the actual landing page is iFramed into the preview pane. Chrome's "Inspect Element" is a moderately easy way to go about this.

If you're looking for unaltered, pure HTML for a landing page... you can't get that until you see the approved page.

I personally just name the URL something random at first, approve it to see the code, and then my final personal "I approve this page" is by changing the URL to something SEO-sensical. It's much easier check out the HTML and CSS and JS with the approved page. Especially because the Marketo editor doesn't call external CSS/JS except for on the approved page.


Best,
Edward Unthank
Marketing Operations Specialist
Yesler

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: View html of a landing page

Hi Richard:

You can do this in Preview mode of a landing page. The code of the actual landing page is iFramed into the preview pane. Chrome's "Inspect Element" is a moderately easy way to go about this.

If you're looking for unaltered, pure HTML for a landing page... you can't get that until you see the approved page.

I personally just name the URL something random at first, approve it to see the code, and then my final personal "I approve this page" is by changing the URL to something SEO-sensical. It's much easier check out the HTML and CSS and JS with the approved page. Especially because the Marketo editor doesn't call external CSS/JS except for on the approved page.


Best,
Edward Unthank
Marketing Operations Specialist
Yesler
Anonymous
Not applicable

Re: View html of a landing page

If you're using chrome, open the live page and right click --> View Page Source. This will pull up the entire HTML, even the code that isn't seen.

Hope this helps.

JayF