Co mám špatně, že mi nefunguje centrování uvnitř buněk tabulky?
<html>
<head>
<title>Výpis tabulek</title>
<style type="text/css">
table {border-width: 1px;}
td {text-align: "center";}
</style>
</head>
<body>
<form action="faq.php" method="POST">
<fieldset><label>Display:</label> <select name="SQLW_display_tables"><option value="ALL" >all</option><option value="FILLED" selected>with data</option></select>
<label>Starting table:</label> <input name="SQLW_start_from_name" value="">
<label>Last table:</label> <input name="SQLW_last_table_name" value="options_options"><br>
<label>Rows:</label> <input name="SQLW_rows_count" size=2 value="2">
<label>Where:</label> <input name="SQLW_where" size=75 value=""><br>
<label>Remember settings?</label><input type="checkbox" name="SQLW_remember_me" checked>
<input type=submit value="Refresh" name="SQLW">
</fieldset>
</form>
<table>
<tr><th colspan=5 align=left>banlist (1 records)
<tr>
<th>id<th>myid<th>date<th>user<th>reason
<tr><th colspan=5 align=left>blacklist (179 records)
<tr>
<th>id<th>bid<th>word
<tr>
<td><a href='' title="37">37</a><td><a href='' title="0">0</a><td><tr>
<td><a href='' title="38">38</a><td><a href='' title="0">0</a><td>
</table>