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?
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