זה לא עובד כשאני עושה <center> </center> ושקד מה שכתבת מעביר לי את הכתב לאמצע ואני צריך שהאתר עצמו יהיה באמצע
האתר שלי מורכב רק מטבלה ועוד כמה לינקים הקוד של האתר
HTML קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="rtl">
<head>
<title>title</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1255" />
</head>
<body>
<table border="0">
<tr>
<th class="tfoot" style="width:5%;"></th>
<th class="tfoot" style="width:80%;" align="right">בלה בלה</th>
<th class="tfoot" style="width:15%;">בלה בלה</th>
</tr>
<tr>
<td>בלה בלה</td>
<td>בלה בלה</td>
<td>בלה בלה</td>
</tr>
</table>
<p>
<a href="http://validator.w3.org/check?uri=referer">קוד תקין</a>
</p>
</body>
</html>