Ma signature est tronquée

Bonjour

J ai suivi ca

http://www.eclaireur.net/tutoriaux/...r-vos-mails-dans-lapplication-mail-de-macosx/

Je fais donc ma signature, je met une petite photo,

Quand j ouvre le fichier produit, j ai bien ma signature et la photo, mais quand je cree un mail, ma signature apparait pas a la place de la photo (qui est au meme endroit que la signature) j ai un petit carré bleu

comment regler ca

En fait je voudrais obtenir comme celle en noir sur ce site, mais suis pas tres doué en html

http://www.simpleentrepreneur.com/2007/09/18/se-promouvoir-efficacement-avec-une-signature-email/


Voici le code fait avec dreamweaver

Bloc de code:
<table border="0" style="background-color: #000000; border: #000000 0px solid"><tbody><tr style="background-color: #000000"><td> <img src="pcm.png" border="0" alt="Photo pcm" title="pcm" width="50" height="68" /></td><td align="left" valign="top" style="width: 250px"><p><font color="#ffffff"><font face="arial,helvetica,sans-serif" style="font-size: 10px"><strong style="font-size: medium">Philippe Cazaux-Moutou</strong><br />Développeur Indépendant</font></font></p><font face="Arial" color="#ffffff"><p><table border="0" width="250" style="background-color: #8e8e8e"><tbody><tr><td> <font style="font-size: 9px" color="#ffffff"><font face="arial,helvetica,sans-serif"><strong>Contact</strong> : </font><a href="mailto:[email protected]"><font face="arial,helvetica,sans-serif" color="#ffffff">Email</font></a><font face="arial,helvetica,sans-serif"> | </font><a href="http://www.ancestrologie.net"><font face="arial,helvetica,sans-serif" color="#ffffff">Site Internet</font></a></font></td></tr></tbody></table></p></font></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p>


Ben, il y a un forum expres pour ces problèmes &#8230; Et c'est pas "Applications" !

On déménage.
 
Je ne sais pas si il faut le code la page complète, tu n'auras qu'à enlever ce qu'il ne faut pas :

Bloc de code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>signature</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

<body>

<div id="signature" style="background-color: black; color: white; width: 600px; height: 100px; font-family: arial, helvetica, sans-serif; font-size: 90%; padding: 10px;">
    <div id="photo" style="float: left; margin-right: 10px;">
        <p><img src="http://forums.macg.co/images/avatars/tirhum/smile013uq8.jpg" alt="" width="80" height="80" /></p>
    </div>
    <div id="renseignements">
        <h2 style="font-size: 1em;">cazaux-moutou philippe</h2>
        <p>Entrepreneur</p>
        <div id="divers">
            <p style="float: left;">Contact : mail | site internet | blog </p><p style="float: right; ">Profil : ziki | truc</p>
        </div>
    </div>
</div>
</body>
</html>
:)