| MCOM 223 | ||
|
Westfield State College |
||
| Professor Nigel Dobereiner |
|
Creating a Frameset in Dreamweaver
|
Frames are one of the most difficult to understand concepts in web page creation. Once you "get it" you'll be fine. But getting it can be a challenge. The hard part is that your main frameset, called index.htm, has no visual content (except possibly frame borders). Index.htm is, in this case, only a container or "frame" for other pages. Think about a window with several panes of glass. You could replace all the panes with different colored glass but the window frame would still be the same. When using frames, your index.htm file becomes that window and the other .htm files that you create are different panes of glass that can be visible in that window. Frames have the advantage of creating a constant menu or other interface elements (such as a title banner) that don't move or have to be reloaded as you swap other frame content. They have disadvantages as well. Some older browsers don't understand frames. Also, frames create problems with bookmarks which tend to only save the initial frameset content. Search engines can also be stymied by frames.
|
|
| How to create a simple frameset with two frames |
|