Is there a way to embed an entire external website onto another site, without scroll bars or borders?
I attempted this method but the entire page did not load, and there were still scroll bars and borders present.
<!DOCTYPE HTML>
<html>
<body>
<iframe src="http://www.externaldomain.com" name="iframeName" ></iframe>
</body>
</html>
UPDATE: What does the "seamless" attribute do? http://www.w3schools.com/html5/tag_iframe.asp