Supportnet / Forum / Webseiten/HTML
Tabelle vertikal ausrichten ?
Frage
hi Sn User,
mit welchem tag bekomm ich diese tabelle vertikal ausgerichtet(mittig im browser)?
<table border="1" width="150" align="center">
<tr> <th> HTML/XHTML </th></tr>
thx&ciao
Antwort 1 von semi
<table align=center height="100%">
<tr><td>
<table width="150" border="1">
<tr> <th> HTML/XHTML </th></tr>
</table>
</td></tr>
</table>Antwort 2 von web-man
@semi
gute lösung die tabelle zu verschachteln. :-)
thx & goodnight
gute lösung die tabelle zu verschachteln. :-)
thx & goodnight

