sid_galt
- 503
- 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?
The discussion centers on creating a website without using frames by utilizing layout cells in Adobe Dreamweaver. A user sought guidance on how to open an HTML file within a single layout cell while keeping other content intact. The solution provided involves using an iFrame, specifically with the syntax: <iframe name="FRAMENAME" height="410px" width="531px" frameborder="0" src="PAGE NAME HERE.htm">. This method allows for a layered effect similar to traditional frames, and the user confirmed successful implementation.
Web developers, designers using Adobe Dreamweaver, and anyone interested in modern web layout techniques without traditional frames.