Using conditional operators. If your site doesn't seem correct, like in Firefox, then your coding is incorrect, minus IE's rendering capabilities. <?if($USER_AGENT$='ie')?>no<?else?>yes<?endif?>
Ok Thanks, but where do I put this? And what would it say for internet explorer users? Can I make a redirection to a html link for ie users? Just like on horror.ucoz.com http://www.gamescenterarcade.com/
You can place this anywhere. It doesn't have to be a different page because conditional operators, hence the "if/else" execute the code if something is true, or not.
It can say anything for IE users. It depends what you put for it.