Archived topic
Embed an external page
5 replies · Started by David on September 5, 2018
Hi I would like to be able to embed an external web page into my site, but preferably not use iframe.
Any thoughts on how this could be done.
It is an aspx page
Thanks David
I believe an iframe is the only way to do this. However, a search might reveal a better way if you look around a bit.
Thanks Tom, as an alternative is there a way to export the Nav bar to HTML/CSS so we cold have the external page look the same?
You would need to copy the HTML and the necessary CSS. Using something like developer tools (right click + inspect) can help with that :)
Thanks Tom,
Found a chrome extension SnappySnippet which will extract the HTML & CSS for an inspected element.
Regards
David
Awesome :)