ik heb de volgende html/css:
Code:
<html>
<head>
<title>
aftermind system
</title>
<style type="text/css">
p,A {font-family: courier; text-align:center}
p {color:#70707A}
td {font-family: courier; color:#70707A; text-align:left}
body {background-color: #202022}
</style>
</head>
<body>
<p>
<br><br><br>
<a href="../"><img src="../images/project.png" border="0" alt="projects"></a>
<br><br><br>
<table border="0">
<tr valign="top" class="head">
<td>active</td>
</tr>
<tr valign="top" class="head">
<td>name  </td>
<td>language  </td>
</tr>
</table>
</p>
</font></body>
</html>
het plaatje word hier gecentreerd, zoals ik het wil, maar de table moet ook gecentreerd worden
en dan alleen de table zelf, niet de text in de table
als ik van die <p> bovenaan <p align="center"> maak verandert er nix, als ik daarbij ook nog de css code eruit haal dan word de tabel gewoon gecentreerd
wat moet ik veranderen in de css om die tabel wel te centreren?