hello, i am making a website and i need some help. I am writing a table, here is the code:
<table style='float: left;'>
<tr><td style='width: 200px; height: 500px; background-color: red; valign: top; align: top;'><a class='mainlink' href='about.html'>About Me (under construction)</a><br />
</td></tr>
</table>
now, i want the link to align to the top of the the table. here is the css for the link
<style type='text/css'>
body{
background-color: black;
color: white;
}
.marquee{
font-size: 20px;
font-weight: bold;
}
.mainlink{
color: black;
text-decoration: none;
vertical-align: top;
}
.mainlink:hover{
color: white;
text-decoration: underline;
}
</style>
if someone could help asap, i would be greatful