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
The <!--[if IE]> syntax only works in Internet Explorer. You'll need to use javascript or css to conditionally display html in other browsers.
<!--[if IE]>