css - Send HTML Email that contains stylesheet -


i send email gmail don't read html head.
need use @font-face.
send html:

<!doctype html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head>     <meta charset="utf-8" />     <title>title</title>     <link href="http://myaddress.com/style.css" rel="stylesheet" /> </head> <body>     <h1 class="style1">hello</h1> </body> </html> 

i want see this:
image here
see this:
image here

gmail's css support very... limited say: the ultimate guide css. out of luck here , need rewrite code.

also see understanding gmail , css: part 1 more details on how solve this. need inline css, there tools available.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -