<class home>  <Tables, Frames, and Layers>   <back   next>

Frames

No Frames Content :

<noframes> content is for people who are using browsers that cannot see frames.

You should put in a message for these people. Such as, "This site requires a browser that can view frames, such as Netscape 2 or later, or Internet Explorer 3 or later."

To add this to your Frameset:

1. Select Modify>Frames>Edit No Frames Content.

This will take you to the Frameset page where you can insert some no frames content by hand in the HTML or paste in parts of another HTML page that they should see if frames don't show up.

You put this code between the body tags, except the noframes tag, which starts before the body tag.

<NOFRAMES>
<BODY BGCOLOR=#333333>
The full version of this site requires a browser that can view frames, such as Netscape 2 or later, or Internet Explorer 3 or later. <br>
Here is some alternative content.<br>
<A HREF="alternat.html">alternate content link</a>
</BODY>
</NOFRAMES>