Iframe help

Discussion in 'HTML & Website Design' started by whateverandever2, Mar 22, 2007.

  1. #1
    Hi

    I want to have my navigation in an iframe, its easier for me and looks like a normal nav menu as i dont use scrollbars or anything.

    Anyway, when I click a link the link tries to open in the iframe and obviously that doesnt work, i want it to load on the page like normal and only way I can seem to fix this is if I have it open in a new window.

    Is there any other way?

    Thnx
     
    whateverandever2, Mar 22, 2007 IP
  2. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    USe target="_parent" e.g. like this
    <a href="http://" target="_parent">Example</a>
    HTML:
    hope that helps. :)
     
    joesgraphics, Mar 22, 2007 IP