Je rencontre un problème pour faire la signature web de la société ou je suis. Notre boite web n'a rien a voir avec Hotmail/Gmail/Outlook. C'est un service fourni par notre hébergeur.
Mon code est presque bon, mais je rencontre deux problème.
Le 1er est la mise en forme de mon texte, si je lui dit de mettre un caractère en gras, il ne le fait pas.. (quoique en fait, j'ai plutôt l'impression que c'est tout le texte qui est en gras).
Le second problème est par rapport a l'image. A l'envoi pas de problème, mais quand on fait transférer ou répondre, l'image n'y est plus.. Le problème vient peux être du fait que pour afficher l'image (le logo de la société) je la récupère directement via l'adresse du site web.
Enfin bon, voici mon code, si vous pouvez m'aider, et me dire ce qui ne vas pas..
Code : Tout sélectionner
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="2" scope="col"><hr /><br /></th></tr>
<tr><th scope="col"><img src="http://www.siteweb.com/images/logo.jpg"></th>
<th scope="col" style="color: rgb(128,0,0); font-size : 16px; font-family : 'Calibri'; font-style : normal; text-align: left;"><p><em><b>Prénom NOM</b>, Fonction de la personne<br /><strong>N</strong>om <strong>S</strong>ociété</em><br /><br /><b>Société Ville</b><br />adresse<br />adresse<br /><strong>Tel:</strong> xx.xx.xx.xx.xx<br /><b>Fax:</b> xx.xx.xx.xx.xx<br /><b>www.siteweb.com</b></p></th>
</tr>
</table>Merci pour votre aide