Moonlit
10-17-2003, 09:16 PM
Below is the coding for my page. All the links work except the top one--Main. It seems to be regular text instead of a link...not clickable.
<HTML>
<HEAD>
<title>Menu</title>
<LINK href="stylesheet.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<div align="center"
<a href="Kacie_Sarah---Main.html" target="rightframe">Main</a><br>
<a href="Kacie_Sarah---LogBook.html" target="rightframe">Logbook</a><br>
<a href="Kacie_Sarah---Roommates.html" target="rightframe">Roommates</a><br>
<a href="Kacie_Sarah---Quotes.html" target="rightframe">Quotes</a><br><br>
<span id="color"><b>Academics</b></span><br>
<a href="Kacie_Sarah---Classes.html" target="rightframe">Classes</a><br>
<a href="Kacie_Sarah---Puzzles.html" target="rightframe">Puzzles</a><br><br>
<span id="color"><b>Creatures</b></span><br>
<a href="Kacie_Sarah---DormTerrors.html" target="rightframe">Dorm Terrors</a><br>
<a href="Kacie_Sarah---Pets.html" target="rightframe">Pets</a><br><br>
<span id="color"><b>Dorm</b></span><br>
<a href="Kacie_Sarah---OurRoom.html" target="rightframe">Our Room</a><br><br>
<span id="color"><b>Dorm Food</b></span><br>
<a href="Kacie_Sarah---FirstMeal.html" target="rightframe">1st Meal</a><br>
<a href="Kacie_Sarah---FoodHazards.html" target="rightframe">Food Hazards</a>
</div>
</BODY>
<noframes>
<a href="rightframe.html">Click here to go to the Main Page</a>
</noframes>
</HTML>
<HTML>
<HEAD>
<title>Menu</title>
<LINK href="stylesheet.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<div align="center"
<a href="Kacie_Sarah---Main.html" target="rightframe">Main</a><br>
<a href="Kacie_Sarah---LogBook.html" target="rightframe">Logbook</a><br>
<a href="Kacie_Sarah---Roommates.html" target="rightframe">Roommates</a><br>
<a href="Kacie_Sarah---Quotes.html" target="rightframe">Quotes</a><br><br>
<span id="color"><b>Academics</b></span><br>
<a href="Kacie_Sarah---Classes.html" target="rightframe">Classes</a><br>
<a href="Kacie_Sarah---Puzzles.html" target="rightframe">Puzzles</a><br><br>
<span id="color"><b>Creatures</b></span><br>
<a href="Kacie_Sarah---DormTerrors.html" target="rightframe">Dorm Terrors</a><br>
<a href="Kacie_Sarah---Pets.html" target="rightframe">Pets</a><br><br>
<span id="color"><b>Dorm</b></span><br>
<a href="Kacie_Sarah---OurRoom.html" target="rightframe">Our Room</a><br><br>
<span id="color"><b>Dorm Food</b></span><br>
<a href="Kacie_Sarah---FirstMeal.html" target="rightframe">1st Meal</a><br>
<a href="Kacie_Sarah---FoodHazards.html" target="rightframe">Food Hazards</a>
</div>
</BODY>
<noframes>
<a href="rightframe.html">Click here to go to the Main Page</a>
</noframes>
</HTML>