need some help here.. i have this script...
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/css/ie.css" /> <!-- for ie 6-->
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/css/ie7.css" /><!-- for ie 7-->
<![endif]-->
i want to know where i can place this script so that my hacks in ie will function properly..
Thanks.




