How to disable foundation or bootstrap styling for a block of html code?
问题 I am using mailgun (although this question has nothing to do with mailgun) to parse the incoming email and mailgun will http post the parsed email to my server. When I received the post, I got the html code for the multi-part email. I want to display the html email to my user, I am using rails, so it's something like <div> <%= raw(message.body_html) %> </div> However, it looks different than it does when I view the same email in yahoo or hotmail (I know different email client will display the