View html of a landing page | Community
Skip to main content
September 11, 2013
Solved

View html of a landing page

  • September 11, 2013
  • 2 replies
  • 1594 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
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

2 replies

Accepted solution
September 11, 2013
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
September 11, 2013
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