Ho postato qui perchè ha a che fare con html, ho questo codice che devo darli il font Arial a tutta la Table ma non va, è una pag.php
codice:... $messaggioMail ="<html> <head> </head> <body> <table> <span style=\"font family:arial;\"> MESSAGGIO DEL VISITATORE : $data_locale Nome:$nome Città:$citta Email:$suoemail Country:".$countries[$two_letter_country_code][1]." Ip:$ip$bandierina Messaggio: $messaggio</p> </span> </table> </body> </html>"; ...