IE Firefox Underline conundrum

  •  03-25-2009, 1:16 AM

    IE Firefox Underline conundrum

    Hi 
     
    This is an annoying issue which you can see in your own demo. Firefox and IE handle underline differently. FF uses <u>text</u> while ie uses <span style="text-decoration: underline">text </span>. If you save either to a database and open, neither one can be changed in the other browser. eg. if <u>text</u> is opened in ie, the user will not be able to remove the underline and if <span style="text-decoration: underline">text </span> is opened in ff the same thing happens. Setting the UseFontTags makes no difference to this behaviour. It's really annoying when supporting a large range of divergent users.
     
     
    cheers

View Complete Thread