Bug with target attribute and spans inside a tags.

  •  08-02-2010, 11:14 AM

    Bug with target attribute and spans inside a tags.

    In IE8 (possibly other browsers), the CuteSoft editor will translate this:

    <a href="http://cutesoft.net/" target="_blank">

    <strong>

    <span style="font-size: 10pt;">If you wish to return to the home page at any time please click here</span>

    </strong>

    </a>

    to this:

    <a href="http://cutesoft.net/"><strong><span style="target: _blankfont-size: 10pt">If you wish to return to the home page at any time please click here</span></strong></a>

    Unfortunatly this messes up the styles and everything for the link. Is there a work around to fix this?
     
View Complete Thread