oops, i pasted the wrong code/image. the links were supposed to be blurred out.. use these, if someone can delete the other codes.. sorry!
image: [
img190.imageshack.us...]
code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>website</title>
<style type="text/css">
body {background-color: #000000;}
#container {margin: auto; width: 700px; height: auto;}
#content {width: 476px; height: auto; color: #000000; text-align: left; font-family: arial; font-size: 12pt; background-color: #ffffff; padding: 5px;}
</style>
</head>
<body>
<table id="container" cellpadding="0" cellspacing="0">
<tr>
<td id="header" colspan="2"></td>
</tr>
<tr>
<td id="content">
testing :)
</td>
<td id="links">
<a id="home" href="#">home </a>
<a id="about" href="#">about </a>
<a id="contact" href="#">contact </a>
<a id="scripts" href="#">scripts </a>
<a id="designs" href="#">designs </a>
<a id="link" href="#">links </a>
</td>
</tr>
<tr>
<td id="footer" colspan="2">
</td>
</tr>
</table>
</body>
</html>