Dreamweaver lets you specify content to display in older and text-based browsers that do not support frames. Dreamweaver inserts the content you specify in the frameset file using a statement similar to the following:
<noframes><body bgcolor="#FFFFFF"> this the noframes content. </body></noframes>
When a browser that doesn't support frames loads the frameset file, the browser displays only the NOFRAMES
content.
To define NOFRAMES content:
1 | Choose Modify > Frameset > Edit NoFrames Content. |
Dreamweaver clears the Document window, and the words "NoFrames Content" appear at the top of the body area. | |
2 | Create the NoFrames content in the Document window. |
3 | Choose Modify > Frameset > Edit NoFrames Content again to return to the normal view of the frameset document. |
![]() |