Danke.
Pardon mein deutsch ist nicht so gut.
Ich will in eine Bestimmte Tabelle nur eine Zelle definieren das der geschriebene Text sich von Rand z.B. 4pix immer entfernt.
Ein Beispiel:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Problem</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#0000CC">
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#00CCFF">Hier brauche ich keinen abstand.</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">Ich brauche einen bestimmte abstand von rand und das
nur hier!</td>
</tr>
<tr>
<td bgcolor="#00CCFF">Hier brauche ich keinen abstand.</td>
</tr>
</table>
</body>
</html>
Hoffentlich versteht mich jemand jetzt.....