This is how the page will look like:
| Top Frame |
| Bottome Frame |
ok, in this example, i will create a page with a top frame and a bottom frame. to make all this work, you will create three files.
index.html - The first file is going to be called index.html this file co-ordinates and arranges the other two file (top.html and bottom.html)
top.html - This file is the top portion of the page.
bottom.html - This file will be the bottom part of the web page, in this case, this is were all the content is going to go in.
So all you have to do now, is copy and save the HTML code below for each file.
Instructions: open you favorite text editor. if you have windows (like windows XP) you can use notepad. I will be using notepad for this example. So open notepad and copy and paste all the code for each file and save it as each file. You should end up with three files, index.html top.html bottom.html Now upload the three files to your website. The best way to do this is to create a directory. and upload these three files into that new directory. Once you have uploaded the three files to the new folder, open index.html with your browser and see the whole thing come together.
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> |
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <body> |
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <body> |