How do I do this? Probably simple I know

Discussion in 'HTML & Website Design' started by deepower, Oct 8, 2007.

  1. #1
    What is the code for opening a link in the same window rather than a new one?

    How would I change this link?

    <a href="http://brianhillanddeepower.com"> Brian Hill and Dee Power</a>

    Dee
     
    deepower, Oct 8, 2007 IP
  2. longhornfreak

    longhornfreak Well-Known Member

    Messages:
    2,067
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    140
    #2
    longhornfreak, Oct 8, 2007 IP
  3. Pinup Girl

    Pinup Girl Notable Member

    Messages:
    3,329
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    210
    #3
    if you want to open in a new windows the code
    is:
    <a target="_blank" href="http://brianhillanddeepower.com">Brian Hill and Dee Power</a>
     
    Pinup Girl, Oct 8, 2007 IP
  4. 2mymall

    2mymall Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your code should open links in the same window and not a new one. It open in a new one only when you add Target="_Blank" after the URL.

    Again it all depends on the site's settings. If the site is set to open all links in a new window, then your earlier code will open it in a new window.
     
    2mymall, Oct 8, 2007 IP
  5. deepower

    deepower Well-Known Member

    Messages:
    672
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    108
    #5
    Thanks for your help. I appreciate your time.

    Dee
     
    deepower, Oct 9, 2007 IP
  6. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #6
    If you decide to use Javascript insure that there are alternatives.

    Peace,
     
    Barti1987, Oct 9, 2007 IP
  7. Fairplay

    Fairplay Active Member

    Messages:
    232
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Spot on Ingridk...

    Good luck deepower!
     
    Fairplay, Oct 9, 2007 IP