PDA

View Full Version : Dreamweaver help


sid_galt
Mar3-06, 11:34 AM
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?

Typhoon_rising
Mar3-06, 11:48 AM
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

sid_galt
Mar3-06, 10:55 PM
It worked. Thanks