birnkammer
Erfahrenes Mitglied
Dein HTML-Quelltext
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.
<link href="http://xurio.de/tet/images/style/style.css" rel="stylesheet" type="text/css">
<link href="images/style/style.css" rel="stylesheet" type="text/css">
<table width="799" align="center" cellspacing="7" bgcolor="#FFFFFF">
<tr>
<td height="90"><img src="images/seite/header.jpg" width="800" height="100"></td>
</tr>
<tr>
<td height="341" valign="top" background="images/style/seite1.gif" bgcolor="eeeeee"><table width="802" height="264" cellspacing="5">
<tr>
<td width="155" height="20" align="center" background="images/seite/hg.JPG"><strong class="ueberscrift">:: Hauptmenü :: </strong></td>
<td> </td>
<td background="images/seite/hg.JPG"><strong class="ueberscrift">Herzlich Willkommen ! </strong></td>
<td> </td>
<td align="center" background="images/seite/hg.JPG"><strong class="ueberscrift">:: Member Center :: </strong></td>
</tr>
<tr>
<td height="273" rowspan="2" valign="top"><p><a href="?main">Home <br>
</a></p>
<p><a href="?test">Test</a></p>
<p><a href="?error">Fehlerseite</a></p></td>
<td width="14" height="273" rowspan="2" valign="top"><p> </p> </td>
<td width="400" rowspan="2" valign="top">
<link href="http://xurio.de/tet/images/style/style.css" rel="stylesheet" type="text/css">
<link href="images/style/style.css" rel="stylesheet" type="text/css">
<body class="hinweis_dick">:: Die Seite ist im momet nicht verfügbar und / oder im Aufbau ::
</td>
<td width="12" rowspan="2" valign="top"> </td>
<td height="17" valign="top">Status: <span class="hinweis_dick"><strong>
<b><font color="red">nicht eingeloggt</font></b> </strong></span></td>
</tr>
<tr>
<td height="134" valign="top">
<form method="post" action="config/dblogin.php">
<hr>
<span class="klein_schrift">Name:</span><br>
<input name="name" type="text" id="name" size="20" maxlength="20">
<br>
<span class="klein_schrift">Passwort</span><br>
<input name="pass" size="10" maxlength="20" type="password">
<input type="submit" name="Submit" value="Login">
<br>
<input name="remember" value="yes" type="checkbox">
Login merken
<hr>
</form>
</td>
</tr>
<tr>
<td height="21"> </td>
<td height="21" align="center"> </td>
<td height="21" align="center"> <hr>
( c ) Rene Schumacher</td>
<td height="21" align="center"> </td>
<td height="21"> </td>
</tr>
</table></td>
</tr>
</table>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://xurio.de/tet/images/style/style.css">
<title>Titel der Seite</title>
</head>
<body>
<?php
if(isset($_GET['index'])) {
include ("index.php");}
if(isset($_GET['test'])) {
include ("test.php");}
if(isset($_GET['error'])) {
include ("error.php");}
if(isset($_GET['main'])) {
include ("main.php");}
?>
</body>
</html>
<p>Test</p>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://xurio.de/tet/images/style/style.css">
</head>
<body>
<?php
if(isset($_GET['index'])) {
include ("index.php");}
if(isset($_GET['test'])) {
include ("test.php");}
if(isset($_GET['error'])) {
include ("error.php");}
if(isset($_GET['main'])) {
include ("main.php");}
?>
</body>
</html>
michaelsinterface hat gesagt.:Versuche es mal mit dem p-Element anstelle des body-Elements.
<td width="400" rowspan="2" valign="top">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://xurio.de/tet/images/style/style.css">
</head>
<body>
<body class="hinweis_dick">:: Die Seite ist im momet nicht verfügbar und / oder im Aufbau ::
</body>
</html>
</td>
<td width="400" rowspan="2" valign="top">
<p class="hinweis_dick">:: Die Seite ist im momet nicht verfügbar und / oder im Aufbau ::</p>
</td>