Signature sur iMail
pipieper
Messages postés
9
Date d'inscription
Statut
Membre
Dernière intervention
-
pipieper Messages postés 9 Date d'inscription Statut Membre Dernière intervention -
pipieper Messages postés 9 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Bonjour à tous,
Je voudrais connaitre la procédure à effectuer afin d'avoir ma signature personnalisée (HTML) dans Mail. J'ai un MAC OS X Yosemite 10.10.5
Lors des échanges sur le web j'ai pu suivre des dizaines de procédés mais sans succès car mes logos n'apparaissent pas.
Voici mon code HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Optimisée Retina @3x + nouvelle image + PNG + arrondie + social icons-->
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
a
{
color: RGB(0, 0, 0);
border-bottom-color: RGB(0, 0, 0);
}
a:hover
{
color: RGB(156, 136, 74);
border-bottom-color: RGB(156, 136, 74);
}
</style>
</head>
<body>
<div style="border-top: 1px dotted RGB(0, 0, 0);
border-bottom: 1px dotted RGB(0, 0, 0);
border-left: none;
border-right: none;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
height: 550px;
min-width: 300px;
width: auto;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;">
<!-- =============== -->
<!-- | Image | -->
<!-- =============== -->
<img src="http://tinypic.com/images/goodbye.jpg"
height="250pt" width="250pt" alt="ABECO"
style= "margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
margin-right: 10px;
float: left;">
<!-- ================ -->
<!-- | Nom | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 6px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 12pt;
font-weight: 500;
color: RGB(156, 136, 74);
letter-spacing: 0.5px;
line-height: 10px;">
Pierre MARSON
</p>
<!-- ================ -->
<!-- | Nom | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 6px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 12pt;
font-weight: 500;
color: RGB(156, 136, 74);
letter-spacing: 0.5px;
line-height: 10px;">
Responsable Commercial
</p>
<!-- ================ -->
<!-- | Coordonnées | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top:8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 8pt;
color: RGB(0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
105A, Moka Business Centre<br>
Montagne Ory<br>
BRN: C15222222<br>
VAT: 2222222<br>
Tel: +66666666666<br>
Fax: +7777777777<br>
Mobile: +88888888888<br>
Skype: prénom.nom.entreprise
</p>
<!-- ====================== Site Web ====================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 10pt;
color: RGB( 0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
Site Web :
<a href = "http://www.africana-beer.com"
title= "L'Africaine qui rythme ta vie"
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
border-bottom: 1px dotted;
text-decoration: none;">africana-beer.com</a>
</p>
<!-- ======================= Email ======================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 10pt;
color: RGB( 0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
Email :
<a href = "mailto:exemple@exemple.com"
title= "Contactez-nous"
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
border-bottom: 1px dotted;
text-decoration: none;">exemple@exemple.mu</a>
</p>
<!-- ================== Réseaux Sociaux =================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 2.5px;">
<a href = "https://www.facebook.com/pages/Africana-Beer/893282170719523?fref=ts"
title= "L'actualité AFRICANA..."
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
text-decoration: none;">
<img src="http://is.gd/12JX0L" alt="Facebook" width="30px" height="30px;"/>
</a>
</p>
<br />
</p>
<!-- =============== -->
<!-- | Image | -->
<!-- =============== -->
<img src="http://tinypic.com/images/goodbye.jpg"
height="250pt" width="600pt" alt="ABECO"
style= "margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
margin-right: 10px;
float: left;">
</div>
</body>
</html>
Merci à tous de m'aider à ce sujet.
Bonjour à tous,
Je voudrais connaitre la procédure à effectuer afin d'avoir ma signature personnalisée (HTML) dans Mail. J'ai un MAC OS X Yosemite 10.10.5
Lors des échanges sur le web j'ai pu suivre des dizaines de procédés mais sans succès car mes logos n'apparaissent pas.
Voici mon code HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Optimisée Retina @3x + nouvelle image + PNG + arrondie + social icons-->
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
a
{
color: RGB(0, 0, 0);
border-bottom-color: RGB(0, 0, 0);
}
a:hover
{
color: RGB(156, 136, 74);
border-bottom-color: RGB(156, 136, 74);
}
</style>
</head>
<body>
<div style="border-top: 1px dotted RGB(0, 0, 0);
border-bottom: 1px dotted RGB(0, 0, 0);
border-left: none;
border-right: none;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
height: 550px;
min-width: 300px;
width: auto;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;">
<!-- =============== -->
<!-- | Image | -->
<!-- =============== -->
<img src="http://tinypic.com/images/goodbye.jpg"
height="250pt" width="250pt" alt="ABECO"
style= "margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
margin-right: 10px;
float: left;">
<!-- ================ -->
<!-- | Nom | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 6px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 12pt;
font-weight: 500;
color: RGB(156, 136, 74);
letter-spacing: 0.5px;
line-height: 10px;">
Pierre MARSON
</p>
<!-- ================ -->
<!-- | Nom | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 6px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 12pt;
font-weight: 500;
color: RGB(156, 136, 74);
letter-spacing: 0.5px;
line-height: 10px;">
Responsable Commercial
</p>
<!-- ================ -->
<!-- | Coordonnées | -->
<!-- ================ -->
<p style= "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top:8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 8pt;
color: RGB(0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
105A, Moka Business Centre<br>
Montagne Ory<br>
BRN: C15222222<br>
VAT: 2222222<br>
Tel: +66666666666<br>
Fax: +7777777777<br>
Mobile: +88888888888<br>
Skype: prénom.nom.entreprise
</p>
<!-- ====================== Site Web ====================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 10pt;
color: RGB( 0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
Site Web :
<a href = "http://www.africana-beer.com"
title= "L'Africaine qui rythme ta vie"
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
border-bottom: 1px dotted;
text-decoration: none;">africana-beer.com</a>
</p>
<!-- ======================= Email ======================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 8px;
font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
font-size: 10pt;
color: RGB( 0, 0, 0);
letter-spacing: 0.5px;
line-height: 15px;">
Email :
<a href = "mailto:exemple@exemple.com"
title= "Contactez-nous"
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
border-bottom: 1px dotted;
text-decoration: none;">exemple@exemple.mu</a>
</p>
<!-- ================== Réseaux Sociaux =================== -->
<p style = "margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-top: 2.5px;">
<a href = "https://www.facebook.com/pages/Africana-Beer/893282170719523?fref=ts"
title= "L'actualité AFRICANA..."
style= "font-family: 'Helvetica Neue',Verdana,Arial,Sans-Serif;
letter-spacing: 0.5px;
text-decoration: none;">
<img src="http://is.gd/12JX0L" alt="Facebook" width="30px" height="30px;"/>
</a>
</p>
<br />
</p>
<!-- =============== -->
<!-- | Image | -->
<!-- =============== -->
<img src="http://tinypic.com/images/goodbye.jpg"
height="250pt" width="600pt" alt="ABECO"
style= "margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
margin-right: 10px;
float: left;">
</div>
</body>
</html>
Merci à tous de m'aider à ce sujet.
Je veux bien faire comme tu me l'as dit. Cependant, les images ne s'affichent pas et pourtant je les glisse. Elles apparaissent parfois en pièce jointe. Et comme c'est une boite pro alors c'est important le logo de la boite. Aurez-tu un moyen ?
Merci
Désolé, je ne vois pas trop d'où provient ton souci de redimensionnement.
Question:
Après avoir choisi le menu Mail / Préférences .. puis le bouton "Signatures..", puis sélectionné la zone centrale la signature concernée, tu fais bien un glissé/déposé (et non un copié/collé) de ton logo dans la zone centrale ?
Le format de ton fichier logo est-il bien PNG ? Si ce n'est pas le cas, utilise Aperçu pour sauvegarder ce logo dans ce format.
Ritchi
J'ai bien vérifié et refait la manipulation pour l'insertion des images et le format de ces dernières et en respectant la démarche je rencontre toujours le meme problème et je sais plus quoi faire. Je ne comprends pas ce que je dois faire