PDA

View Full Version : IE message


noexes
February 20th, 2006, 10:58
Hi people. Anyway, I was wondering how I could put something on my k2 theme (http://noexes.frih.net/) to tell people using Internet Explorer to switch. Thanks in advance.

steveo
February 20th, 2006, 11:24
I use this in my theme:

<!--[if IE]>
<div class="alert">
Please use a <strong>standards compliant browser</strong> such as <a href="http://getfirefox.com/">Mozilla Firefox</a>.
<a href="http://browsehappy.com/">Browse Happy!</a>
</div>
<![endif]-->

Srs
February 27th, 2006, 04:45
steveo,
I need that code too. In which page should I place it?

Srs
February 27th, 2006, 05:03
Nevermind :)

Colin
February 27th, 2006, 05:49
Just for reference, you should place it at the top of the theloop.php if you want it to display on top of the entries and down from the header.