Anyone know how to use tables really well? I need to center the table in the frame. But I can't remember how. This is the first time in months that I'm playin with HTML. I want it centered. The frame has a height of 30. Here's the HTML. Thanks in advance for any help.
HTML:
<html>
<head>
<title>[quick linkz]</title>
</head>
<body bgcolor="#000000" text="#000000">
<center>
<table width="98%" height="17" border="1" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="16" height="17"><img src="images/arrow.jpg" alt="images/arrow.jpg"></a></td>
</tr>
</table>
</center>
</body>
</html>
-MzTyKaL
HTML:
<html>
<head>
<title>[quick linkz]</title>
</head>
<body bgcolor="#000000" text="#000000">
<center>
<table width="98%" height="17" border="1" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="16" height="17"><img src="images/arrow.jpg" alt="images/arrow.jpg"></a></td>
</tr>
</table>
</center>
</body>
</html>
-MzTyKaL