more homepage edits -- trying new looks and layouts

This commit is contained in:
Patrick McGuire
2021-10-21 13:07:39 -04:00
parent c727df28b4
commit b1552530c9
4 changed files with 21 additions and 20 deletions
+3 -3
View File
@@ -20,14 +20,14 @@ Note the following:
}
</script>
<frameset rows="100,*,100" frameborder="0" border="0" framespacing="0">
<frameset rows="100,*,70" frameborder="0" border="0" framespacing="0">
<frame name="topNav" src="top.html" scrolling="off">
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="off" noresize>
<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>