hey wir sollen für die Schule zur übung eine Seite erstellen...
Ich schaffe es nicht über css collapse anzuwenden (wir müssen die seite via tabelle erstellen) und es funzt auch keine vertical-align-.-
BITTE UM HILFE
table,tr,td
{
collapse;
}
td {
background: #008000;
}
.a {
background: #800000;
}
.b {
background: #EAE9E8;
}
h1 {
font-family: Times New Roman;
font-size: x-large;
font-weight: bold;
text-align: center;
color: #FFFFFF;
vertical-align: middle;
}
h2 {
font-family: Candara;
font-size: large;
font-weight: bold;
margin:1pt;
vertical-align: top;
}
h3 {
font-family: Arial Unicode MS;
font-size: medium;
font-weight: bold;
text-align: left;
color: #AA0000;
background: #000000;
}
h4 {
vertical-align:bottom;
margin:1pt
}
</style>
</head>
<body >
<table width="100%" >
<tr >
<td rowspan="3" valign="top" >
<h2>
<img src="Bilder/trauben.jpg" width="157" height="230" border="0" alt="trauben"> <br/>
<p>HOME </p>
<p>Produkte</p>
<p>Informationen/ <br/>
Veranstaltungen </p>
<p>Support</p>
<p>Kontakt</p>
</h2>
</td>
<td colspan="2" width="90%" height="100">
<h1>
<p>Kellerei der BASF
</p>
</h1>
</td>
</tr>
<tr>
<td height="710" width="80%" class="b">
<h2>Willkommen...</h2>
auf den Seiten der Kellerei der BASF
</td>
<td class="a">
<h3>
<br/><br/><br/>
<p>Login:</p>
<p>Passwort:</p>
<p>Neuregistrierung:</p>
<br/>
<p>Warenkorb</p>
<br/>
</h3>
<h4>
<img src="Bilder/glas.jpg" width="175" height="240" border="0" alt="">
</h4>
</td>
</tr>
<tr >
<td colspan="2" class="a" height="30">Suche</td>
</tr>
