Donate SIGN UP

html frames

Avatar Image
boobesque | 16:06 Sat 10th Jun 2006 | Technology
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?
Gravatar

Answers

1 to 5 of 5rss feed

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.
Question Author
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
Is the content positioned using CSS or is it normal flow HTML? If it's positioned with CSS, it may be that it's behind the frame.

Oh, and there's a missing " after 300!! That would probably cause it... ie, the iframe closing will never be found.
Question Author
300 pixels isnt actually that long. and no im not using css
What about the missing " ?
Question Author
typographical error. on my webpage the " exists.

1 to 5 of 5rss feed

Do you know the answer?

html frames

Answer Question >>