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.
Original geschrieben von Microkotz
nehm doch eine Tabelle
<html>
<head>
<title>Tina's Gallerie</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type = "text/css">
div.image1{
float:left;
text-align:right;
width:50%;
padding-right:20px;
}
div.image2{
padding-left:20px;
width:50%;
}
</style>
</head>
<body>
<div class="image1">
<img name="over_01" src="http://people.freenet.de/aspa/kristin/images/over_01.jpg" width="200" height="150" border="0" />
</div>
<div class="image2">
<img name="over2_01" src="http://people.freenet.de/aspa/kristin/images/over2_01.jpg" width="200" height="150" border="0" />
</div>
</body>
</html>