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.
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>[img]bild1jpg[/img]</td>
<td>[img]bild2jpg[/img]</td>
</tr>
<tr>
<td>[img]bild3.jpg[/img]</td>
<td>[img]bild4.jpg[/img]</td>
</tr>
</table>
(Bild1)(Bild2)
(Bild3)(Bild4)
<table border="0" cellspacing="0" width="100%" height="249">
<tr>
<td width="100%" colspan="3" height="19">Bild1</td>
</tr>
<tr>
<td width="14%" height="196">Bild2</td>
<td width="72%" height="196"></td>
<td width="14%" height="196">Bild 3</td>
</tr>
<tr>
<td width="100%" colspan="3" height="19">Bild4</td>
</tr>
</table>
<html>
<body>
<div style="width:100%; height:100px; background:url("bild1.jpg");"></div>
<div style="float:left; width:10%; height:400px; background:url("bild2.jpg");"></div>
<div style="float:left; width:80%; height:400px; background:#000000"></div>
<div style="float:left; width:10%; height:400px; background:url("bild3.jpg");"></div>
<div style="float:left; width:100%; height:100px; background:url("bild4.jpg");"></div>
</body>
</html>