Hallo Cheatah!
Letztlich haperte es im Grunde daran, daß die Seite an sich zentriert ist.
also dann eben so:
<html>
<head>
<title>test 4</title>
<style type="text/css">
<!--
#links {
text-align:center;
border:solid 1px blue;
width:560px;
}
-->
</style>
</head>
<body>
<center>
<div id="links">
<table border="1" align="left" width="200">
<tr>
<td>111<br><img src="true.gif" width=1 height=1200 alt="" border="0"></td>
</tr>
</table>
<table border="1" width="350">
<tr><td>AAA</td><td>AAA</td></tr>
<tr><td colspan="2">CCC</td></tr>
</table>
</div>
</center>
</body>
</html>
=========
im CSS
width: muss etwas breiter sein als die Tabellen zusammen (10px reicht) sonst schneidt der NS die Tabelle ab.
border:solid 1px blue; kannst ducht border:none; ersetzen, aber das muss sein.
Und wenn es jetzt noch immer nicht passt, darfs du alleine weiter machen ;-)))
Grüße
Thomas
PS: die Nachteile der Lösung liegen in der Lösung selbst (NS ohen JS = no CSS)