slightly cleaner layout

This commit is contained in:
Patrick McGuire
2021-10-22 16:52:16 -04:00
parent 055f9dc0ed
commit df44475b2b
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -20,14 +20,17 @@ Note the following:
}
</script>
<frameset rows="100,*,70" frameborder="0" border="0" framespacing="0">
<frameset rows="100,*" frameborder="0" border="0" framespacing="0">
<frame name="topNav" src="top.html" scrolling="off">
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frameset rows="*,70" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="off" noresize>
<frame name="footer" src="footer.html" scrolling="off">
</frameset>
<frame name="content" src="/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
</frameset>
<frame name="footer" src="footer.html" scrolling="off">
<! -- <frame name="footer" src="footer.html" scrolling="off"> -->
<noframes>
<p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p>