|
1.After the doctype declaration, meta tags and head tags: <frameset cols="*,3*">
or <frameset cols="25%,
75%"> or <frametset
cols="25%,*> 2. This would require nesting frames. First you set up the frameset with two rows. Then, for the second row you nest a frame to create the two columns. Each frameset must be closed. After the doctype declaration, meta tags and head tags:
<frameset rows="20%,*">
or <frameset rows="20%,
80%">, etc. 3. In the frameset for question 2, the top frame might be a banner that does not change and the left column might be the contents, which also will not change. All the links from the table of contents are supposed to open in the right-hand column. If all the links on the page are going to open in the same frame, then in the <head>section</head> of your page you can type <base target=[name of frame]>. In this case it might be <base target="nameC"> |
| |
| ||
|
|
Instructor: dwang@think-ink.net
Copyright by dwang, 1999, 2000. All rights reserved.