css - Outlook email mysteriously prefixed with "i>>?" when sending an HTML file -
i have html
file i'm going use microsoft outlook email. structure
<html> <head> <title>my title </title> </head> <body> ... </body> </html>
although i've experimented adding/subtracting doctype
declarations, charset
declarations, etc. problem email getting prefixed "i>>?" except raquo , upside-down question mark. can see screenshot here: http://i.stack.imgur.com/vamng.png html
file looks fine in internet explorer , strange characters show when go "file->send" , preview email or when send email , receive it.
any idea why or can experiment try , fix it?
that looks utf-8 bom prefix. html files should not have prologs that.
Comments
Post a Comment