Hi Guys and Girls
Wonder if you can help me, I'm quite new to web design am and building my second site. I'm using tables to handle and position my content. But there are white gaps either side and above my table. I have been trying to get rid of them for hours.
If anyone could point me in the direction of the issue I'd be extremely appreciative.
Thanks
Cameron
CODE:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
<table width="1901" border="0" cellspacing="0" cellpadding="0">
<tr>
<th bgcolor="#525252" scope="col"><p> </p>
<p> </p>
<p> </p></th>
</tr>
</table>
</body>
</html>