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.
einfach über style="border:...blablabla oder wie?
weil dat funzt irgendwie nicht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Border</title>
<style type="text/css">
table {
border-collapse:collapse;
}
td {
border-bottom:1px solid #000;
}
</style>
</head>
<body>
<table>
<tr>
<td>Manual</td>
<td>Format</td>
<td>Size</td>
</tr>
</table>
</body>
</html>
border-collapse: Tabellenrahmen: CSS-Referenz auf CSS 4 You - The Finest in Stylesheetshmmm. dein ding funzt - was hat denn border-collapse:collapse; für eine bedeutung, hab ich noch nie benutzt
ack, ich kannte bisher nur keinen weg das mit css zu machenEs geht einfach darum, den Inhalt einer Seite komplett vom Style zu trennen.