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

  • Context: HTML/CSS 
  • Thread starter Thread starter sid_galt
  • Start date Start date
Click For Summary
SUMMARY

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.

PREREQUISITES
  • Familiarity with Adobe Dreamweaver's code and design views
  • Understanding of HTML iFrame syntax
  • Basic knowledge of web layout design principles
  • Experience with CSS for styling layout cells
NEXT STEPS
  • Explore advanced iFrame techniques for responsive design
  • Learn about CSS Grid and Flexbox for modern layout alternatives
  • Investigate the use of JavaScript for dynamic content loading within iFrames
  • Study best practices for SEO when using iFrames in web design
USEFUL FOR

Web developers, designers using Adobe Dreamweaver, and anyone interested in modern web layout techniques without traditional frames.

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

Similar threads

  • · Replies 187 ·
7
Replies
187
Views
11K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K