Pages

How to use condition comment to hide compatible button in IE8?

How to use condition comment to hide compatible button in IE8?
Put following line into html file before <!DOCTYPE > tag

<!--[if gte IE 7]><meta http-equiv="X-UA-Compatible" content="IE=8"/> <![endif]-->

Condition comment Reference: