Ive already tried a few stuff and nothing seems to work! I tried looking at other posts but didnt find anything. I want to center my name, and the links! as well as the middle portion.
Also wanted to but a border at the top, kinda like facebook has but didnt find anything online.
Heres the link to the website http://electron.cs.uwindsor.ca/~rammal1/
<!DOCTYPE html>
<html>
<head>
<title>Hassen Rammal </title>
</head>
<h1 style="color: red"><center> Hassen Rammal </h1>
<body>
<body bgcolor="#A9A9A9">
<h3 align="center"> Welcome to my online porfolio. </h3>
<div id="table" style="width:80%;margin-left:auto;margin-right:auto;">
<table height="230px" background="GOT.jpg">
<tr>
<td colspan="3"></td>
<td colspan="3" style="font-size: 4em; font-weight: bold" valign="bottom" ><center>Hassen Rammal</td>
</tr>
<tr>
<td colspan="2"></td>
<td colspan="4" style="font-size: 1.3em; font-weight: bold;" valign="top">All the stuff you need to know me</td>
</tr>
<tr><ul >
<th width="900px"></td>
<th width="70px"><a href = "AboutMe.html"><ul>About Me</ul></a></td>
<th width="120px"><a href = "Education.html"><ul>Education</ul></a></td>
<th width="120px"><a href = "Experience.html"><ul>Work Experience</ul></a></td>
<th width="80px"><a href=" ThingsILike.html">Things I Like</a></td>
</u> </tr>
</table>
<p> </p>
</body>
</html>
Thank you for the help.