je cherche a mettre une police dans un mail HTML
mais j'ai toujours comme resultat un
Default Serif taille 8
j'ai esseyé un peu de tout mais la je seche
- Code : Tout sélectionner
Call stream.WriteText ("<html><head>")
Call stream.WriteText (|
<style type="text/css">
<!--
.text, td, tr, p, br, body {
COLOR: #000000;
FONT-FAMILY: sans-serif !important;
FONT-SIZE: 10px !important;
}
a {
font-family: sans-serif;
color: #0000FF;
text-decoration: none;
}--></style>|)
Call stream.WriteText ({</head><body><p style="FONT-FAMILY: sans-serif !important;FONT-SIZE: 10px !important;color: red;">})
la couleur rouge marche
mais la police et la taille ne change pas !