G
Guest
I found the following snipet of code that allows me to test for a non-IE
browser. It works as advertised but causes FP 2002 to do some strange things
to my html.
<!--[if !IE]><!-->
<h1>You are NOT using Internet Explorer</h1>
<!--<![endif]-->
When placed in the <head> section, FP moves the </head> to after the </body>
and does not insert code for the theme or shared border.
If I remove the just the above code the </head> remains where it should be
and the theme and shared border work (code is inserted). It would appear that
FP does NOT recognize the above construct as valid code. Why?
browser. It works as advertised but causes FP 2002 to do some strange things
to my html.
<!--[if !IE]><!-->
<h1>You are NOT using Internet Explorer</h1>
<!--<![endif]-->
When placed in the <head> section, FP moves the </head> to after the </body>
and does not insert code for the theme or shared border.
If I remove the just the above code the </head> remains where it should be
and the theme and shared border work (code is inserted). It would appear that
FP does NOT recognize the above construct as valid code. Why?