saftmeister
Nutze den Saft!
Zeig ma deine header.php her. Die ersten Zeilen bis 20 sollten genügen.
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.
<html>
<head>
<title>Treffpunkt Deutschland</title>
<link rel="stylesheet" href="format.css" type="text/css">
</head>
<body scrolling="no">
<table width="100%">
<tr>
<td><img src="images/logo.png"></img></td>
<td align="right" valign="bottom"><iframe width="468" height="60" frameborder="0" scrolling="no" marginheight="0px" marginwidth="0px" src="service/werbung/werbeview.php"></iframe></td>
</tr>
<tr>
<td colspan="2">
<table width="100%" border="1" class="navi">
<tr>
<td colspan="7" class="navi" height="10"></td>
</tr>
<tr>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#90EE90";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=kleinanzeigen"><font size="+1" color="#008000">Kleinanzeigen</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FAFAD2";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=stellenboerse"><font size="+1" color="#FFA500">Stellenbörse</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FFB6C1";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=community"><font size="+1" color="#DC143C">Community</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FFB6C1";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=chat"><font size="+1" color="#DC143C">Chat</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#ADD8E6";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=einloggen"><font size="+1" color="#6A5ACD">Einloggen</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#ADD8E6";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=anmelden"><font size="+1" color="#6A5ACD">Anmelden</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#D3D3D3";' onmouseout='this.style.background="none";'><a class="tdlink" href="index.php?section=info"><font size="+1" color="#000000">Info</font></a></td>
</tr>
<tr>
<td colspan="7" class="navi" height="10"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>