I would like to copy a div and its contents from one page and display it on another. I would like to do this so i could use the script in a CMS where an HTML editor is set.
I though about using javascript "document.getElementById" but this should be on the same page as the Div.
However I am not having any luck getting it to work.
Thanks.