Hallo,
ich steh irgendwie auf dem schlauch bekomme es mit dreamweaver nicht hin, dass ich einen dünnen border aussen rum haben möchte:
Habe das immer mit dem COde gemacht:
style="border:thin solid #FFFFFF;
aber da zerlegt es meine tabelle :-(
normal hat das bei der "TD" anweisung immer geklappt wenn ich es mitten drin bei einer seperaten tabelle gemacht habe.
Aber hier nicht.
:-(
Wer kann mir helfen?
markus
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
.Stil1 {
font-size: 18px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Stil2 {font-size: 18px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #009900; }
.Stil3 {
font-size: 16px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #666666;
}
.Stil4 {
font-size: 24px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}
a:link {
color: #473f34;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #473f34;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="697" height="698" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000" >
<tr >
<td height="128" colspan="4" ><img src="2roomsnewsletter.jpg" width="697" height="131" /></td>
</tr>
<tr>
<td width="51" rowspan="2"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td width="438" height="160"><p class="Stil1"> </p>
<p class="Stil4">Freitag, 29.02.08 - </p>
<p class="Stil4"> </p>
<p class="Stil4"> </p>
<p class="Stil3">mit den </p>
<p class="Stil2">Alex Stevens - Cameron Jackson</p>
<p class="Stil2">Johan Wolny - Julien Breeze</p>
<p class="Stil3">mehr dazu erfahrt ihr <a href="http://www.popparty.de/newsletter2/click.php?id=1">hier</a></p>
<p> </p></td>
<td width="168"> </td>
<td width="40" rowspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</body>
</html>