jürgen-schulz
Grünschnabel
Hallo Forum,
seit eigigen Tagen versuche ich herraus zu finden wie ich eine HTML-Mail im Quelltext formatieren sollte.
Frage:
Was muß alles rein.
Doctype, HTML, HEAD, Body
So sieht das jetzt bei mir aus.
Fehlt da noch was oder ist etwas sogar zuviel?
Danke für Eure Hilfe
Gruß Jürgen
seit eigigen Tagen versuche ich herraus zu finden wie ich eine HTML-Mail im Quelltext formatieren sollte.
Frage:
Was muß alles rein.
Doctype, HTML, HEAD, Body
So sieht das jetzt bei mir aus.
Fehlt da noch was oder ist etwas sogar zuviel?
PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Kontaktformular</title>
<meta http-equiv="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<style type=text/css>
<!--
body {background-color:#ffffff; font-family:verdana,tahoma,arial,helvetica,sans serif;}
//-->
</style>
</head>
<body>
<p>Text</p>
</body>
</html>
Danke für Eure Hilfe
Gruß Jürgen