Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
pit-r schrieb:
Wieso das? Haben die in meinem kleinen Beispiel auch nicht.Fixxer schrieb:jetzt müsste jedes meiner td ne classe haben
pit-r schrieb:Wieso das? Haben die in meinem kleinen Beispiel auch nicht.
Ahoi - Pit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Beispiel</title>
<style type="text/css">
<!--
.rahmen td{
border-left:1px solid #C0D3E7;
border-bottom:1px solid #C0D3E7;
padding:4px;
}
.rahmen{
border-top:1px solid #C0D3E7;
border-right:1px solid #C0D3E7;
}
-->
</style>
</head>
<body>
<table class="rahmen" cellspacing="0"><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
</table>
<table cellspacing="0"><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
</table>
<table class="rahmen" cellspacing="0"><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
</table>
</body>
</html>