Signature

Publié:
20 Août 2003 à 15:10
par alexdom
Salutqqn connait-il le moyen d'insérer une signature propre, à partir d'un fichier html, sans que les lignes composant le corps de la signature soit espacé d'au moins un centimètre....?Merci par avance de toute aide

alexdom
Re: Signature

Publié:
21 Août 2003 à 14:39
par gros
Salut,personnellement je trouve que la signature de Notes n'est pas bien faite,donc j'utilise une formule que je copie dans un icone et que je place en haut dans les smart icone.Voici le code que tu peux utiliser :@Command ([TextSetFontFace]; "Arial Black");@Command ([TextSetFontSize]; "10");@Command ([TextSetFontColor]; [Blue]);@Command ([EditInsertText]; @NewLine + "Prenom NOM" + @NewLine );@Command([TextNormal]);@Command ([TextSetFontSize]; "8");@Command ([TextSetFontColor]; [Black]);@Command ([EditInsertText]; "FONCTION" + @NewLine);@Command([TextNormal]);@Command ([TextSetFontFace]; "Wingdings");@Command ([EditInsertText]; "(");@Command ([TextSetFontFace]; "Arial");@Command ([EditInsertText]; " : Numéro de téléphone");@Command ([TextSetFontSize]; "8");@Command ([TextSetFontColor]; [Blue]);@Command ([EditInsertText]; @NewLine + "____________________________________" + @NewLine );@AllEn espérent que cela vas t'aiderA+
Re: Signature

Publié:
22 Août 2003 à 03:36
par abcc
Comment procédes tu pour créer cet icone et le mettre dans la barre smart icone?Merci