I just wanna know how to do an if-statement in simple HTML. Like the [if IE6] thingy
if
[if IE6]
I\'d like to do something like this
[I
No, it's not possible. What you have seen is conditional comments in IE, which only checks version numbers of IE, and is typically used to inject IE specific style sheets to fix CSS bugs for that particular browser.