You can make good use of the <noframes> tag in this instance. You can use it as follows:
<html>
<head>
<title>Page Title</title>
</head>
<frameset>
<frame name="bill" src="page1.html">
<frame name="bob" src="page2.html">
<noframes>Place text, descriptions, etc.. here if you do not want Sphider to index individual frames. Else, put anchors with links to individual frames.</noframes>
</frameset>
</html>
Additionally, this will also help display the page in browsers which do not support frames. Eg: some mobile browsers.
Follow the standards, not IE.
- I have decided that I would no longer be developing for "any" of the browsers. I would rather follow the standa