Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html>
<head>
<title>Meine Testpage</title>
</head>
<body>
<table cellpadding="0" cellspacing=0">
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Meine Testpage</title>
<style type="text/css">
* {
padding: 0px;
margin: 0px;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing=0">
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
</table>
</body>
</html>
Vielen Dank für dein Engagement Maxi, aber dein Code hat mir leider nicht weiter geholfen. Meine Tabelle wird ganz anders dargestellt als vorher und außerdem ist sie nicht an den oberen und linken Rand des Browsers geschoben wurden. Vielleicht hast du ja einen Fehler eingebaut. Wäre sehr nett von dir, wenn du nochmal nachgucken könntest. Vielen Dank...
MfG CHeesie
<html>
<head>
<title>Meine Testpage</title>
<style type="text/css">
table {padding: 0px;
margin: 0px;}
</style>
</head>
<body>
<table cellpadding="0" cellspacing=0">
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
<tr>
<td><img src="red.jpg"></td>
<td><img src="blue.jpg"></td>
<td><img src="yellow.jpg"></td>
<td><img src="green.jpg"></td>
</tr>
</table>
</body>
</html>
Ja, endlich!!! Juhuuuuu!!! Vielen Dank Maxi. Ich bin dir was schuldig! Es hat super funktioniert.
MfG CHeesie