Extracting HTML code

285 Views Asked by At

Ive built an interactive map on Fireworks that I want to upload to my site. However, I'm strugling to extract the HTML.

I was wondering how you get the HTML code from a firework HTML file. I've tried the 'inspect element' and copying the HTML but it doesnt come out right. Is there an easier way?

1

There are 1 best solutions below

0
On

I know you can use JavaScript to get all the HTML from the page: document.innerHTML

Hope this can point you in the right direction.