Firma html su telefono

  • Creatore Discussione Creatore Discussione Fabio90
  • Data di inizio Data di inizio

Fabio90

Utente Attivo
29 Feb 2012
507
0
16
Buongiorno forum,
il codice html + css mi genera il layout grafico in allegato. Il mio problema è che su PC con thunderbird/outlook si vede correttamente al contrario del mobile. Da quello che vedo non viene interpretato il font-size..
Come posso risolvere?

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Documento senza titolo</title>

</head>

<body>
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
<img width="172" src="http://www.gardenfrutta.it/altro/firmasx.png">
</td>
<td valign="bottom" style="font-size:9px;">
<div style="color:#0177c1; font-size:9px;"><strong>Valentina Mosca</strong></div>
<div style="color:#0177c1; font-size:9px;">Ufficio Commerciale</div>
<div style="color:#0177c1; font-size:9px;">Tel.
+39(0)458601208</div>
<div style="color:#0177c1; font-size:9px;">Fax.
+39(0)8618548</div>
<div style="color:#0177c1; font-size:9px;">Mobile
+393402312699</div>
<div style="color:#0177c1; font-size:9px;">
<a style="color:#0177c1; text-decoration:none;" href="mailto:[email protected]">[email protected]</a>
</div>
<div>
<strong>
<a style="text-decoration:none;color:#0177c1; font-size:9px;" href="http://www.gardenfrutta.it">www.gardenfrutta.it</a>
</strong>
</div>
<img width="91" src="http://www.gardenfrutta.it/altro/firmadx.png">
</td>
</tr>
<tr>
<td colspan="2">
<img width="260" src="http://www.gardenfrutta.it/altro/txt.png" />
</td>
</tr>
</table>

</body>
</html>



Grazie
 

Allegati

  • firma.jpg
    firma.jpg
    58,1 KB · Visite: 267
Ultima modifica:

Discussioni simili