i only want it to display if the person is using IE, would this be correct? on another note whatever happened to that browser on WOL? guess its in the graveyard
Code:
<center><if condition="!is_browser('firefox')"><if condition="is_browser('ie')"> <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">You should be using Firefox!</a> </if></if>
</center>