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.
speicher hat gesagt.:80 px vom oberen Rand.
margin-top:80px;
speicher hat gesagt.:Ist es denn nicht irgendwie möglich bestimmte Teile, die in der include.php stehen, innerhalb dieser noch zu platziern?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div id="content" style="margin:50px; border:1px solid #f00;">
<?php include "include.php"; ?>
</div>
</body>
</html>
<div class="weiterer_inhalt" style="margin:10px; border:1px solid #000; padding:10px;">
<img src="irgendwas.jpg" style="width:50px; height:50px; float:right; margin:80px 0 10px 10px;" />
<h1>überschrift</h1>
<p>text, text, text</p>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div id="content" style="margin:50px; border:1px solid #f00;">
<div class="weiterer_inhalt" style="margin:10px; border:1px solid #000; padding:10px;">
<img src="irgendwas.jpg" style="width:50px; height:50px; float:right; margin:80px 0 10px 10px;" />
<h1>überschrift</h1>
<p>text, text, text</p>
</div>
</div>
</body>
</html>