Hallo,
Habe mal eine Frage da ich hier nicht weiter komme,
Wie kann ich den eine Tabellenzeille so verkleinern das ich einen kleine feinen Strich bekommen hatte so an 5 Pixel gedacht:
Hier ist der Quellcode:
Es handelt sich um die Erste Tabellenzeille mit den Schwarzen Background, diese ist mir zu Fett und will eigentlich einen kleinen Strich erzeugen.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Skinart Piercing Schmuck Newsletter</title>
<style type="text/css">
<!--
.Stil1 {
font-size: 14px;
font-family: Arial;
color: #FFFFFF;
font-weight: bold;
}
.Stil2 {
font-size: 14px;
font-family: Arial;
color: #000000;
font-weight: bold;
}
.Stil3 {
font-size: 42px;
font-family: Arial;
color: #000000;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table align="center" bgcolor="#999999" width="100%" border="0">
<tr height="1">
<td height="1" colspan="2" bgcolor="#000000" align="center">
</td>
<tr/>
<tr>
<td width="60%" align="center"><span class="Stil3">Ab 20,- VERSAND FREI!</span>
</td>
<td width="40%"><form name="letteritform" action="http://www.skinart.de/letterit2/submit_inc.php" method="post" target="_blank">
<input type="hidden" name="letteritbid[]" value="1">
<table width="100%" bgcolor="#999999" " align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"></td>
</tr>
<tr><td></td>
<td colspan="3"><span class="Stil1">NEWSLETTER ANMELDUNG </span></td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td align="center" class="Stil2"><div align="right">Ihre Email:</div></td>
<td><input type="text" size="30" name="letteritemail"></td><td><input type="submit" value="Anmelden"></td>
</tr>
<tr><td colspan="3"></td></tr>
</table>
</form>
</tr>
</table>
</body>
</html>