I am trying to get iframes to work. I run a safari, so it is compatible, but when I test it, it becomes empty. The code:
<iframe src="http://www.google.com" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
I took the code directly from the w3schools website after using the "try it out" editor, so I know that it should work. When I changed a page from a page in their subdirectory to an external page, it appears blank.
Chris source share