Hi, ich möchte auf meiner Website links das Menü mit table einrichten. Das ganze soll links vertikal in der Mitte sein. Ich hab aber momentan keinen Schimmer wie man das macht. Bisheriges rumprobieren brachte nichts ein.
Code:
<body>
<img src="tt.bmp" alt="Turntable" widht="188" height="147" style="position:absolute; top:0px; left:0px;">
<img src="tt.bmp" alt="Turntable" widht="188" height="147" style="position:absolute; top:0px; right:0px;">
<img src="tt.bmp" alt="Turntable" widht="188" height="147" style="position:absolute; bottom:0px; left:0px;">
<img src="tt.bmp" alt="Turntable" widht="188" height="147" style="position:absolute; bottom:0px; right:0px;">
<h1>AlexDozer</h1>
<table >
<tr><td>Über mich</td></tr>
<tr><td>Equipment</td></tr>
<tr><td>Promosets</td></tr>
<tr><td>Top Ten</td></tr>
<tr><td>Gästebuch</td></tr>
</table>
</body>