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
USe target="_parent" e.g. like this <a href="http://" target="_parent">Example</a> HTML: hope that helps.