Launchnet
06-04-2006, 08:53 PM
I need help with the following code to make it validate. This is the “Frames Page” which was done with Frontpage. Everything works just as I want it to, but I would like it to be validated if at all possible, which I am sure it can be. I’m simply not A good enough coder to do it.
When I open my site: www.openoursite.com the left menu page has been validated. The right page has not been validated yet, but I want to wait on this page until the “Frames Page” validates. I only mention this so that if anyone looks at the “Home Page” code they will understand where I am coming from.
Many…many pages have been validated, but I still have a good number to go. I have not updated my validated pages to the site yet.
Thanks in advance for the help.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenOurSite</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset cols="141,*">
<frame name="contents" target="main" src="mainmenulist.htm" scrolling="no">
<frame name="main" src="mainmenubody.htm" target="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Matt Gentry
When I open my site: www.openoursite.com the left menu page has been validated. The right page has not been validated yet, but I want to wait on this page until the “Frames Page” validates. I only mention this so that if anyone looks at the “Home Page” code they will understand where I am coming from.
Many…many pages have been validated, but I still have a good number to go. I have not updated my validated pages to the site yet.
Thanks in advance for the help.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenOurSite</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset cols="141,*">
<frame name="contents" target="main" src="mainmenulist.htm" scrolling="no">
<frame name="main" src="mainmenubody.htm" target="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Matt Gentry