Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<div style="margin: 0 auto; text-align: center;">
<table>
...
</table>
</div>
<div style="position: absolute; top: 50%; left: 50%;
margin: -111px -333px; width: 222px; height: 666px;">
<table>
...
</table>
</div>
.tabelle {
position: absolute;
top: 50%;
left: 50%;
margin: -111px -333px;
width: 222px;
height: 666px;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Meine Seite</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="tabelle">
<table>
....
</table>
</div>
</body>
</html>