Frames > Handling browsers that can't display frames |
Handling browsers that can't display frames
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 document using a statement similar to the following:
<noframes><body bgcolor="#FFFFFF"> this is the noframes content. </body></noframes>
When a browser that doesn't support frames loads the frameset file, the browser displays only the content enclosed by the noframes
tags.
To define content for browsers that don't support frames:
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 | To create the NoFrames content, do one of the following: |
In the Document window, type or insert the content. | |
Choose Window > Code Inspector, and between the noframes tags, type the content or HTML code for the content. |
|
3 | Choose Modify > Frameset > Edit NoFrames Content again to return to the normal view of the frameset document. |