Penelope Stardust
BANNED
- Jun 30, 2014
- 147
- 36
Ive tried as couple of iframe codes now which work fine when i open them with their default url.
But as soon as i try changing the url to a different one than the original i jsut get a blank white screen.
Can anyone explain why?
The original here was peerfly homepage but as soon as I change it to google to test i get whitepage.
Explanation please?
But as soon as i try changing the url to a different one than the original i jsut get a blank white screen.
Can anyone explain why?
Code:
<html>
<head>
<title>title</title>
<meta name="keywords" content="keyword 1, keyword 2" />
<meta name="description" content="Enter your page description" />
<style>
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<iframe src="google url (cant add links myself)"></iframe>
</body>
</html>
The original here was peerfly homepage but as soon as I change it to google to test i get whitepage.
Explanation please?