make an image link to a new window and add an iframe?

Discussion in 'HTML & Website Design' started by Riots, May 17, 2007.

  1. #1
    how can i make an image link open to either a new window or a new tab so it doesn't draw users from the site? here

    also i want to add an iframe across the Support page when i do it it shows tables out of alignment and garbage..
     
    Riots, May 17, 2007 IP
  2. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    add target = "_blank"

    ie.
    <a href = "http://www.google.com" target = "_blank">Google</a>
    Code (markup):
     
    rgchris, May 17, 2007 IP
  3. Riots

    Riots Active Member

    Messages:
    374
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #3
    thats for a regular text link i need for image link
     
    Riots, May 17, 2007 IP