a have a WP blog that i am putting the following code into: <center><!--[if !IE]> --> <object type='application/x-shockwave-flash' data='http://www.freetexteffects.com/widgets/bubbles/wrapper.swf?linkUrl=http://www.freetexteffects.com&linkTitle=Free Text Effects&fullpath=http://www.freetexteffects.com/widgets/bubbles/&showEmbedShare=yes&keyValue=08sMuBvjmA0qycU&swfWidth=475&swfHeight=452&mainSwfFile=main.swf' wmode='transparent' allowScriptAccess='always' width='475px' height='482px'><!-- <![endif]--><!--[if IE]><object classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='475px' height='482px'><param name='movie' value='http://www.freetexteffects.com/widgets/bubbles/wrapper.swf?linkUrl=http://www.freetexteffects.com&linkTitle=Free Text Effects&fullpath=http://www.freetexteffects.com/widgets/bubbles/&showEmbedShare=yes&keyValue=08sMuBvjmA0qycU&swfWidth=475&swfHeight=452&mainSwfFile=main.swf' /><param name='wmode' value='transparent' /><param name='allowScriptAccess' value='always' /><!--> </object><!-- <![endif]--></center> but it only works in IE and not Firefox.. and the reason i suspect is that somehow the first if statement - <!--[if !IE]> --> is getting translated into "<!--[if !IE]> –>". check out the source at http://www.freetexteffects.com/christian-text/ anyone know the reason this could be?? is it the doctype statement by any chance??