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.
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<-- Hier kommt dann der Inhalt hin. -->
</td>
</tr>
</table>
</body>
Stimmt leider, jedoch kann man dafür CSS verwenden.XraYSoLo schrieb:@icemann400, das ist nicht valide, width und height muss 'raus.
...
<td id="container">
<!-- INHALT DER SEITE -->
</td>
...
#container {
text-align:center;
vertical-align:middle;
}
position: absolute;
top: 20%;
left:25%;