I uploaded this file code...
<html>
<head>
<title>Crumitie Blvd.</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:10pt;
margin:10px;
background-color:#9F9;
text-align: center;
}
</style>
</head>
<frameset border="0" frameborder="0" framespacing="0" rows="100,*">
<frame name="menu" src="menu.html">
<frame name="top" src="top.html">
</frameset>
</html>
... onto my site and the menu.html and top.html aren't showing up, and they are created as well...
Can anyone figure out why this is happening?
<html>
<head>
<title>Crumitie Blvd.</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:10pt;
margin:10px;
background-color:#9F9;
text-align: center;
}
</style>
</head>
<frameset border="0" frameborder="0" framespacing="0" rows="100,*">
<frame name="menu" src="menu.html">
<frame name="top" src="top.html">
</frameset>
</html>
... onto my site and the menu.html and top.html aren't showing up, and they are created as well...
Can anyone figure out why this is happening?