Hallöle,
Habe das Problem das ich eine Tabelle vertikal zentrieren möchte , in Bezug auf die ganze HTML-Seite, hier mein Code.
<div align="center"><table width="320" height="370" border="0" cellpadding="0" cellspacing="0" style="border-color:#000000;border-bottom-style:solid;border-bottom-width:4px;">
<tr>
<td width="320" height="320" align="center" colspan="2"><a href="index.shtml"><img src="images/intro.gif" width="320" height="320" alt="Introsequenz" border="0"></a></td>
</tr>
<tr>
<td colspan="2" style="padding:0px;margin0px;font-size:1px;height:3px;"></td>
</tr>
<tr>
<td style="border-color:#000000;border-left-style:solid;border-left-width:4px;border-top-style:solid;border-top-width:4px;" width="320" height="50" align="left"><div style="margin-left:16px;"><img src="images/newpfeil.gif" width="150" height="25" alt="" border="0"></div></td>
<td style="border-color:#000000;border-right-style:solid;border-right-width:4px;border-top-style:solid;border-top-width:4px;"><div style="margin-right:25px;"><a href="index.shtml")"><img src="images/button1.gif" width="40" height="25" alt="Um weiter zu kommen bitte HIER KLICKEN." border="0""></a></div></td>
</tr>
</table></div>
Kopiert euch den Code ums auszuprobieren.
Ich habe es mit der HTML-Angabe valign="middle" sowie CSS-Syntax vertical-align:middle; probiert, jedoch ohne Erfolg.
Vielen Dank
MfG
Thomas