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?
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.