Thema: Delphi Indy + css in html

Einzelnen Beitrag anzeigen

youuu

Registriert seit: 2. Sep 2008
Ort: Kleve
822 Beiträge
 
Delphi 2010 Professional
 
#3

Re: Indy + css in html

  Alt 24. Mai 2009, 15:33
Zitat von mkinzler:
Sind die css-Deklarationen Teil des Mail?
ja
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
.Stil1 {
   color: #0000FF;
   font-weight: bold;
}
-->
</style>
</head>

<body>
<div align="center"><span class="Stil1">Test E-mail</span>
</div>
</body>
</html>
Als kleines Beispiel
Steven
  Mit Zitat antworten Zitat