Dreamweaver: Making Site Without Frames, HTML File in One Cell

  • Context: HTML/CSS 
  • Thread starter Thread starter sid_galt
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sid_galt
Messages
503
Reaction score
1
I am making a site without using frames, just using layout cells. How do I open an html file in only one layout cell? with the content in the other layout cells intact?
 
Physics news on Phys.org
i Frame

you could use an iFrame : <iframe iframe name ="FRAMENAME" height="410px" width="531px" frameborder="0"src="PAGE NAME HERE.htm">

Works kinda like a layer
just use dreamweaver in code/design view to play about with the sizes.
then use the iframe as if it were a normal frame.
Chris
 
It worked. Thanks