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.
<table>
<tr>
<td colspan="3">LOGO</td>
</tr>
<tr>
<td colspan="3">HERZLICH WILLKOMMEN</td>
</tr>
<tr>
<td>Text</td>
<td>Text</td>
<td>Text</td>
</tr>
<tr>
<td>usw</td>
<td>usw</td>
<td>usw</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
</table>
td{
border-style:solid;
}
Ghet schonmal in die Richtige Richtung dank dir nur ich habe Probleme mit der Umrandung gebe ich dem Ganzen eine Id sieht das ganze so aus
Welt der Browsergames
Code:td{ border-style:solid; }
So siehts auch nicht besser aus ^^
Wie stellt man ein das bei allen Lücken die Umrandung langgeht ? So wie auf dem Bild ?
Gruß Niklas
td{
border-style:solid;
border-color: #999999;
border-width: 1px 1px 0 0;
}
Ich entschuldige mich hiermit offiziell bei der Semantik, dass ich sie so sehr mit Füßen getreten habe, ich hoffe sie kann mir noch einmal verzeihen :razz:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<style type="text/css">
td{
border-style:solid;
border-color: #999999;
border-width: 1px ;
}
table
{
border-style:solid;
border-color: #999999;
border-width: 1px ;
}
</style>
</head>
<body>
<table>
<tr>
<td>Text</td>
<td>Text</td>
<td>Text</td>
</tr>
<tr>
<td>Text</td>
<td>Text</td>
<td>Text</td>
</tr>
<tr>
<td>Text</td>
<td>Text</td>
<td>Text</td>
</tr>
<tr>
<td>usw</td>
<td>usw</td>
<td>usw</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
</table>
</body>
</html>
ok,
Nochwas wie kann man allen Zellen sagen das sie 50 px Breit sein sollen und 20 px hoch ?
Gruß Niklas
td{
Width:50px;
height:20px;
border-style:solid;
border-color: #999999;
border-width: 0px 0px 1px 1px ;
}
Jetzt sind die Umrandungen aufeinmal weg obwohl die eig da sein müssten :sad:
td{
Width:50px;
height:20px;
border-style:solid;
border-color: #FF0000;
border-width: 0px 0px 1px 1px ;
}