I have multiple iFrames:
<html>
<head>
<title>Page</title>
</head>
<body>
<iframe src="http://website1.com" /><p></p>
<iframe src="http://website2.com" /><p></p>
<iframe src="http://website3.com" /></p>
<iframe src="http://website4.com" /><p></p>
</body>
</html>
However, website1.com loads as an iframe. If I put website2 above it, only website2 loads. How do I make all 4 iframes load? It's not hidden, I used inspect element to verify that ONLY website1 is displayed.