Resulta que tengo hecha una firma en html y la he puesto en Microsoft Outlook. Cuando redacto el correo, la firma se ve bien. Si lo leo desde gmail o desde microsoft outlook, y des de outlook.com también se ve bien. Pero, y este es el problema, cuando intento leer el mensaje des de webmail, no se ve bien.
Este es el código html:
Código HTML:
Ver original
<!doctype html> <html> <head> <meta charset="UTF-8"> <style type="text/css"> body,td,th {font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:bold;font-size: 11px;color: #1a237e;} .imatges {align:middle;width:40px;height:40px;} .text {font-size:11px;color: #1a237e;width:140px;} .colImatges {height:40px;width:40px;} #usuari {font-size:13px;color:#1a237e;width:100%;vertical-align:bottom;} #usuari span {color: #6ef4ce;} .linia {border-width:1px;border-style:solid;color:#1a237e;} #linkedin {font-size:11px;color:#1a237e;height:20px;align:left;valign:middle;} #impressio {font-size:9px;color: #10fc06;} #avis {font-size:9px;color:#1a237e;} .adreces {font-size:12px;color:#1a237e;} .adrecesD {white-space:nowrap;color:#1a237e;font-size:9px;} #logo {width:70px;} .enllacos{text-decoration:none;color:#1a237e;} #ample70 {width:70px;} </style> </head> <body> <table width=100% border="0"> <tr> </tr> <tr> </tr> <tr> </tr> <tr> <td colspan="5" width="100%"> <table> <tr> </tr> <tr> </tr> </table> </td> </tr> <tr valign="top"> <td colspan="7"> <p> <br> </p> </td> </tr> <tr valign="top"> </tr> <tr> </tr> <tr> </tr> <tr> <td> <p id='avis'> CONFIDENTIALITY NOTICE: This e-mail message and its attached documentation may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). <br> Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. Company Name is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company.</p> </td> </tr> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> Abans d'imprimir pensi en la seva responsabilitat i compromís amb el MEDI AMBIENT. Gràcies per la seva col·laboració. </span> </td> </tr> </table> </td> </tr> </table> </body> </html>
Como web, la firma se puede ver en este enlace:
http://tepui.cat/foro/prova.html
Así es como se ve en outlook, gmail y outlook.com:
Y así en webmail:
Si inspecciono el elemento:
da igual que ponga "width=70px" o style="width:70px", hace lo mismo.
Alguien podría ayudarme. Gracias