Login
HTML
117 просмотров
Перейти к просмотру всей ветки
in Antwort Krapotkin 05.08.03 09:27
<html><head><title>vertical-align</title>
<style type="text/css">
.mitte { vertical-align:middle; background-color:#DDDDDD; }
</style>
</head><body bgcolor="#FFFFFF" text="#000000">
<table height=100% width=100% border="1"><tr>
<td height="200" class="mitte"><b><center>Text mittig</center></b></td>
</tr></table>
</body></html>
<style type="text/css">
.mitte { vertical-align:middle; background-color:#DDDDDD; }
</style>
</head><body bgcolor="#FFFFFF" text="#000000">
<table height=100% width=100% border="1"><tr>
<td height="200" class="mitte"><b><center>Text mittig</center></b></td>
</tr></table>
</body></html>