|
|
• Html Course |
|
| ||||||
| • Setting Up The Frames |
|
Between the <FRAMESET> tags, the <FRAME> tags are placed to actually create the frames themselves. One <FRAME> tag per column or row.
For our sample frames document we will
Below are the tags and attribute used in All the attributes are place within the <FRAME> tag.
Here is our <FRAMESET> layout document
<HTML>
|
| • First let's add the <FRAME> tag. |
|
We will also add the SRC= attribute to fill in the first column we created with our navigation links. The html document was called navigation.html.
<HTML> |
| • Now let's add the NAME= attribute. |
|
This will name the frame so that you can refer to it later when you target the links to a particular frame.
You can name a frame anything you would like.
<HTML> |
| • Add the SCROLLING= attribute. |
|
This attribute will determine whether the reader can scroll the frame or not. The options are YES, NO or AUTO(matic).
For our navigation frame I will choose "NO"
Note to MSNTV Users:
<HTML>
You may want to add the NORESIZE attribute.
MSNTV Users: Again, this is not an option on MSNTV.
<FRAME SRC="navigation.html" |
| • Adding the second <FRAME> tag. |
|
Lastly, we will add the second frame. This is our content html document that we created already. The html document was called content.html
The attributes used are the same as above
Also this frame will have a new NAME=
<HTML>
Now your frames are complete.
Click here to see our sample frames page
All that is left to do is talk about the TARGET tags.
|
|
|
Draac.Com Is Hosted By ValueWeb
Register UK domain names at Domain Names UK
|
|
| Advertise
| Link To Us | Status/Updates | Privacy Statement |
| Copyright © 1999-2003 Draac.Com
© All Rights Reserved. |