Re: Bug with target attribute and spans inside a tags.

  •  09-13-2010, 2:08 PM

    Re: Bug with target attribute and spans inside a tags.

    I received your email, your html code is:
    <a target="_blank" href="http://cutesoft.net/"><strong><span style="font-size: 10pt;">If you wish to return to the home page at any time please click here</span></strong></a>
     
    You can query http://www.w3schools.com/tags/att_a_href.asp,  the href value are as follows:
     
    Value
    Description
    URL
    The URL of the link.
    Possible values:
    • An absolute URL - points to another web site (like href="http://www.example.com/default.htm")
    • A relative URL - points to a file within a web site (like href="default.htm")
    • An anchor URL - points to an anchor within a page (like href="#top")

    You cannot set "href" to "/", if you change it to the value which conforms to the grammer of w3, your will cannot reproduce this issue.
     
    Thank you for your business
     
     
View Complete Thread