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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -