Is it possible to export the .html of a landing page? | Community
Skip to main content
Cecile_Maindron
New Participant
February 6, 2013
Solved

Is it possible to export the .html of a landing page?

  • February 6, 2013
  • 4 replies
  • 4614 views

Hi,

I have a landing page made of various .hml elements (title, banner, body) and I would like to export .html as a whole.Is that possible?

Cécile @ Talend
 

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
When viewing the final approved page at its url, click CTRL+U. This shows you the full html of the page.

You can then copy and paste this as needed.

Let me know if that helps.

4 replies

Cecile_Maindron
New Participant
February 7, 2013
thanks for your help. I did what Thomas & Michelle suggested but it didn't work. however if I open approved page, I show full screen and I save page under .html format, it works!
Abaran
New Participant
January 14, 2016

Hi Cecile

it does work but it seems the form is not included.

Is there a new way than just copying the HTML?

Thanks

Axel

Kenny_Elkington
New Participant
January 14, 2016

Forms are rendered from Javascript, and don't have a static HTML representation.  What are you trying to accomplish?

February 7, 2013
Ctrl-U only works in certain browsers, most everything allows you to right click & view source.You can't download the completed HTML like you can an email.
Michelle_Tizian
New Participant
February 6, 2013
I did this myself today.  If you click on the landing page, you'll see the URL. Click on the View Approved Page button.  It'll open a new page, view the source code and copy it.  
Accepted solution
February 6, 2013
When viewing the final approved page at its url, click CTRL+U. This shows you the full html of the page.

You can then copy and paste this as needed.

Let me know if that helps.