Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
Massacre schrieb:past auf ladet euch bei Artplay ne Page runter und drückt dann im hauptframe immer enter dann wisst ihr wie ichs will
Dieser Satz wirft gleich mehrere Fragen auf:past auf ladet euch bei Artplay ne Page runter und drückt dann im hauptframe immer enter dann wisst ihr wie ichs will
<html>
<head>
<style type="text/css">
#aussen { background-color:#7F7F7F; }
#navi { background-color:#f3f3f3; }
</style>
</head>
<body>
<table width="450" id="aussen" border="1">
<tr>
<td>
<table width="120" id="navi" border="1">
<tr>
<td><div>Navigation</div>
<div><a href="#">Link1</a></div>
<div><a href="#">Link2</a></div>
<div><a href="#">etc.</a></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>