function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amorganamorgan 

How do I put a <meta> tag inside <head>?

I found out that I can render pages inside IE as if it were chrome rendering the page. http://code.google.com/chrome/chromeframe/ I just need to set this in my <meta http-equiv="X-UA-Compatible" content="chrome=1" /> But I can't seem to be able to get the <meta /> tag inside of without turning off the salesforce header. I want to do this: <meta http-equiv="X-UA-Compatible" content="chrome=1" />
incuGuSincuGuS

Hey amorgan,

 

AFAIK theres no way to include it in the <head> tag unless you remove salesforce headers and code the markup yourself.

Ken KoellnerKen Koellner
Anyone every figure out a work around for this?  I'm thinking it would be done by having javascript alter the document on load.  But SF has started to put some hooks in to allow passing through HTML.  I'm wondering if there's a more elegant way to do it.