|
Ok, in school we are working on a personal website. All we are allowed to use is HTML though. Well, in my table the words go to the middle and they won't go to the top. I can't seem to find the problem. I'll post the code. Can anyone tell me why it's doing that?
<html>
<head>
<title>About Me</title>
</head>
<body>
<body bgcolor=#000000>
<BODY TEXT="#FF0099" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FF0099">
<div align="center">
<table border="0" bgcolor="#595959" width="950px" height="25px"><tr><td>
<a href="U:\Amber-About me website\Aboutme.html">Home/About Me</a> [-] <a href="U:\Amber-About me website\Birth.html">Birth</a> [-] <a href="U:\Amber-About me website\family.html">Family</a> [-] <a href="U:\Amber-About me website\education.html">Education</a> [-] <a href="U:\Amber-About me website\hobbysinterests.html">Hobbys/Interests</a> [-] <a href="U:\Amber-About me website\background.html">Background</a> [-] <a href="U:\Amber-About me website\favs.html">Favorites</a> [-] <a href="U:\Amber-About me website\FP.html">Future Plans</a> [-] <a href="U:\Amber-About me website\friends.html">Friends</a> [-] <a href="U:\Amber-About me website\style.html">Style</a> [-] <a href="U:\Amber-About me website\group.html">My Group</a>
</td></tr></table>
<table border="0" bgcolor="#000000" width="950px"><tr><td></tr></td></table>
<table border="0" bgcolor="#595959" height="700px" width="950px"><tr><td>
<h2>Facts About Me..</h2><Br><Br>
<font color=pink><b><u>Name:</u></font> <font color=#FFFFFF>Amber</font></b><br>
<font color=pink><b><u>Age:</u></font> <font color=#FFFFFF>16</font></b><br>
<font color=pink><b><u>Birthdate:</u></font> <font color=#FFFFFF>November 6, 1991</font> </b><br>
</td></tr></table></div>
</body>
</html>
|