Forums

[resolved] open link in new window?? (10 posts)

  1. jvazjr
    Member
    Posted 4 months ago #

    i want to add links into my posts that will open in a new window

    can anyone help?

  2. jvazjr
    Member
    Posted 4 months ago #

    well?

  3. jvazjr
    Member
    Posted 4 months ago #

    can someone please help??

  4. dbmartin
    Member
    Posted 4 months ago #

    I believe I already answered your question in your other thread.

    The completely non-standards-compliant way of doing this is to add the target="_blank" attribute to your links like so:

    <a href="www.sitedomain.com" target="_blank">Link</a>

    To do it in a standards-compliant way, you'll need to use some javascript like I outline in my tutorial here.

  5. jvazjr
    Member
    Posted 4 months ago #

    what do you mean target=_blank">Link

    do i just put this or what?

  6. dbmartin
    Member
    Posted 4 months ago #

    ???

    You add target="_blank" to your link code like I showed in the example above. So, if you want a link to yahoo to open in a new window you'd write:

    <a href="http://www.yahoo.com" target="_blank">external link to Yahoo</a>

  7. jvazjr
    Member
    Posted 4 months ago #

    i still dont understand

    so i put in target="_blank" then the link to the site i want to link to??

  8. jvazjr
    Member
    Posted 4 months ago #

    do i actually type external link to yahoo?

  9. esmi
    Member
    Posted 4 months ago #

  10. dbmartin
    Member
    Posted 4 months ago #

    No you type whatever you want to be visible to the reader.

    Give an example of a link you'd like to write.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.