Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorgogogob
    • CommentTimeDec 5th 2010
     permalink
    I would like to learn how to make web sites open in new tabs.
    • CommentAuthorNanimo
    • CommentTimeDec 5th 2010
     permalink
    Here is a typical link:

    <a href="http://www.example.com">Link</a>

    Here is a link that will take users to a new window (or tab depending on the user's browser settings).

    <a href="http://www.example.com" target="_blank">Link</a>

    Notice the added target = "_blank"
Add your comments
    Username Password
  • Format comments as (Help)