Fooling IE CSS-wise

Yo,

Ok, I’m developing a site using CSS and, of course, IE is acting up. I have read that you can use:


<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]-->

To force IE to use a different CSS sheet, but I don’t know where this code goes…in the main CSS file or in the index HTML?

EDIT:

Ok, I’ve found that it goes in the HTML, but it doesn’t seem to work. Any ideas?

Tip came from http://www.456bereastreet.com/archive/200503/css_tips_and_tricks_part_2/

Thx in advance.