Bonjour,
J'essaye depuis un moment d'envoyer un mail en html avec feuille de style. Et le seul résultat que j'obtiens est de recevoir le code(que j'ai écrit) en texte. Le voici:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" Content-Transfer-Encoding= "8bit">
<meta name="generator" content="Adobe GoLive">
<title>Signature NETCOM</title>
<style>
div.img_top
{
background-repeat: repeat;
background-image: url(http://www.ribs.be/langue.jpg);
}
div.img_bot
{
background-repeat: repeat;
background-image: url(http://www.ribs.be/soul.jpg);
}
div.signature
{
font-family: Arial, Verdana;
font-size:12px;
}
div.signature a
{
text-decoration:none;
color:#9D9FA2;
}
div.signature a:hover
{
text-decoration:none;
color:#004A91;
}
</style>
</head>
<div class="img_top">
<img src="http://www.ribs.be/top.jpg" alt="" />
</div>
<div>
Madame, Monsieur<br /><br />
Texte de présenation<br /><br />
Cordialement,<br /><br />
</div>
<div class="img_bot">
<img src="http://www.ribs.be/bottom.jpg" alt=""/>
</div>
<div class="signature">
<b>MAITEL S.A. / N.V. </b><br />
851 CH. DE WATERLOO-STWG<br />
BRUXELLES-BRUSSEL 1180<br />
PHONE : + 32 (0)2 373 98 60 <br />
FAX : + 32 (0)2 375 40 10<br />
E-MAIL : <a href='mailto:info@maitel.be'>INFO@MAITEL.BE</a><br />
</div>
</html>
Quelqu'un pourrait-il me dire pourquoi ma page n'est pas lue par mes différentes boîtes mails (yahoo, outlook).
Merci d'avance
J'essaye depuis un moment d'envoyer un mail en html avec feuille de style. Et le seul résultat que j'obtiens est de recevoir le code(que j'ai écrit) en texte. Le voici:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" Content-Transfer-Encoding= "8bit">
<meta name="generator" content="Adobe GoLive">
<title>Signature NETCOM</title>
<style>
div.img_top
{
background-repeat: repeat;
background-image: url(http://www.ribs.be/langue.jpg);
}
div.img_bot
{
background-repeat: repeat;
background-image: url(http://www.ribs.be/soul.jpg);
}
div.signature
{
font-family: Arial, Verdana;
font-size:12px;
}
div.signature a
{
text-decoration:none;
color:#9D9FA2;
}
div.signature a:hover
{
text-decoration:none;
color:#004A91;
}
</style>
</head>
<div class="img_top">
<img src="http://www.ribs.be/top.jpg" alt="" />
</div>
<div>
Madame, Monsieur<br /><br />
Texte de présenation<br /><br />
Cordialement,<br /><br />
</div>
<div class="img_bot">
<img src="http://www.ribs.be/bottom.jpg" alt=""/>
</div>
<div class="signature">
<b>MAITEL S.A. / N.V. </b><br />
851 CH. DE WATERLOO-STWG<br />
BRUXELLES-BRUSSEL 1180<br />
PHONE : + 32 (0)2 373 98 60 <br />
FAX : + 32 (0)2 375 40 10<br />
E-MAIL : <a href='mailto:info@maitel.be'>INFO@MAITEL.BE</a><br />
</div>
</html>
Quelqu'un pourrait-il me dire pourquoi ma page n'est pas lue par mes différentes boîtes mails (yahoo, outlook).
Merci d'avance