Creating Floating Frames
First create the page that will hold the page by typing in the information. Notice the SRC code. You will then need to build a page that will float on this page called contactinfo:
<HTML>
<HEAD>
<TITLE>Contact Information</TITLE>
</HEAD>
<BODY>
<H1><FONT FACE="Arial, Sans Serif">Contact Information</FONT></H1>
<IFRAME WIDTH=value HEIGHT=value ALIGN=value HSPACE=value SRC="contactinfo.html">
</IFRAME>
</BODY>
</HTML>
You will now create a page that will float using the following code:
<HTML>
<HEAD>
<TITLE>Contact Information</TITLE>
</HEAD>
<BODY>
Type in your contact information here. For example your company name, your name, your address, phone number, fax number, e-mail, etc.
</BODY>
</HTML>