Home & Garden50 mins ago
html frames
5 Answers
hi there. i can write html in notepad blindfolded, but have never used frames. i am trying to use a frame now but am having trouble. i have a normal html page and add
<iframe src="http://www.mysite.com/myframe.php" width="800" height="300></iframe>
the frame shows ok but all content after the frame disapears.
any ideas?
<iframe src="http://www.mysite.com/myframe.php" width="800" height="300></iframe>
the frame shows ok but all content after the frame disapears.
any ideas?
Answers
Best Answer
No best answer has yet been selected by boobesque. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.its ok. for some reason when the size is smaller
<iframe src="http://blahblah.com/frame/logon.php" width="150" height="100"></iframe>
it embeds fine.
still would like to know why if anybody knows
<iframe src="http://blahblah.com/frame/logon.php" width="150" height="100"></iframe>
it embeds fine.
still would like to know why if anybody knows