Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
form {
margin: 0;
}
form {
margin-bottom: 0;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//DE">
<html>
<head>
<style type="text/css">
div, span, p, td { font-family:Tahoma,Arial,sans-serif;
font-style:normal;
font-size:13px;
font-
}
.footer { font-size:10px;
color:#888888;
}
form {
margin: 0;
margin-top: 0;
margin-bottom: 0;
}
</style>
</head>
<body style="margin:0px;">
<div style="width:100%; background-color:#FF0000;">
<div style="text-align:center;">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" alt="" height="181" width="882" />
</div>
</div>
<div style="width:100%; background-color:#00FF00;">
<div style="text-align:center;">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" height="63" width="32" />
<span style="line-height:63px; margin-top:10px; vertical-align:top">abc</span>
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" height="63" width="55" />
</div>
</div>
<div style="width:100%; background-image:url('#0000FF')">
<div style="margin:auto; width:820px; overflow:visible;">
<table width="100%" border="0" style="margin:0px; background-color:#999900">
<tr><td style="width:182px; overflow:visible; vertical-align:top;">MENÜ</td>
<td style="width:638px; overflow:visible; vertical-align:top; background-color:#009999">Content</td></tr>
</table>
</div>
</div>
<div style="width:100%; background-color:#FF0000;height:181px;overflow:hidden;">
<div style="text-align:center;">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" alt="" height="181" width="882"/>
</div>
</div>
<div style="width:100%; background-color:#00FF00;">
<div style="text-align:center;height:63px;overflow:hidden;">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" height="63" width="32" />
<span style=" margin-top:10px; vertical-align:top">abc</span>
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" border="0" height="63" width="55" />
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//DE">
<html>
<head>
<style type="text/css">
div, span, p, td { font-family:Tahoma,Arial,sans-serif;
font-style:normal;
font-size:13px;
}
body { margin:0px;
}
div.div1 { width:100%;
background-color:#FF0000;
text-align:center;
height:63px;
overflow:hidden;
}
img.img1 { height:63px;
width:32px;
}
span.text1 { line-height:63px;
margin-top:5px;
vertical-align:top;
}
</style>
</head>
<body>
<div class="div1">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" class="img1">
<span class="text1">abc</span>
</div>
</body>
</html>
img.img1 {
height:63px;
width:32px;
float:left;
}
span.text1 {
display:block;
margin-top:5px;
vertical-align:top;
}
img.img1, img.img2 {
height:63px;
width:32px;
}
img.img1 {
float:left;
}
img.img2 {
float:right;
}
<div class="div1">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" class="img1">
<img src="http://www.the-edge.ws/schnitzler/images/covers/gelb.jpg" class="img2">
<form style="margin-top:5px;"><p><input type="text"></p></form>
</div>