私のテーブル/ウェブページは幅1250px、中央にあります。しかし、私のような1024ピクセル幅のモニターの場合、ページ全体を表示するには「右」にスクロールする必要があります。スクロールする必要がないように、自分のサイズの解像度の中央に配置したいのですが。
これが私のコードです:
<html>
<head>
<title>blah</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<table id="Table_01" width="1250" height="1500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="8">
<img src="images/site_layout_01.gif" width="148" height="1500" alt=""></td>
<td colspan="9">
<img src="images/header-image.jpg" width="968" height="336" alt=""></td>
<td rowspan="8">
<img src="images/site_layout_03.gif" width="134" height="1500" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/site_layout_04.gif" width="968" height="71" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/site_layout_05.gif" width="42" height="201" alt=""></td>
<td>
<img src="images/review1.jpg" width="195" height="84" alt=""></td>
<td rowspan="2">
<img src="images/site_layout_07.gif" width="40" height="201" alt=""></td>
<td>
<img src="images/review2.jpg" width="195" height="84" alt=""></td>
<td rowspan="2">
<img src="images/site_layout_09.gif" width="40" height="201" alt=""></td>
<td>
<img src="images/review3.jpg" width="195" height="84" alt=""></td>
<td rowspan="2">
<img src="images/site_layout_11.gif" width="40" height="201" alt=""></td>
<td>
<img src="images/review4.jpg" width="195" height="84" alt=""></td>
<td rowspan="2">
<img src="images/site_layout_13.gif" width="26" height="201" alt=""></td>
</tr>
<tr>
<td>
<img src="images/site_layout_14.gif" width="195" height="117" alt=""></td>
<td>
<img src="images/site_layout_15.gif" width="195" height="117" alt=""></td>
<td>
<img src="images/site_layout_16.gif" width="195" height="117" alt=""></td>
<td>
<img src="images/site_layout_17.gif" width="195" height="117" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/main-image.jpg" width="968" height="161" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/site_layout_19.gif" width="968" height="9" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/obama_quote.gif" width="968" height="63" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/site_layout_21.gif" width="968" height="659" alt=""></td>
</tr>
</table>
</body>
</html>
どうすればこれを達成できますか?