Something has gone wrong with my iframe and the links are opening in new windows. I had it working right once, then the links started opening in new windows for no apparent reason. The src page opens ok in the iframe.
I've studied my coding so much and can't see what I've done wrong, so I hope somebody else can. It's probably something really silly.
Here's the coding for the iframe:-
<iframe src="oilyskin.htm" id="essentialoils" width="180" height="200" align="center" valign="top" scrolling="no" frameborder="no">
</iframe>
Here's the coding for the links:-
<div align="center"><a href="oilyskin.htm"
target="essentialoils">Oils for oily skin</a> <br>
<br>
<a href="matureskin.htm"
target="essentialoils">Oils for mature skin</a><br>
<br>
<a href="dryskin.htm"
target="essentialoils">Oils for dry skin</a><br>
<br>
<a href="dryskin.html"
target="essentialoils">Oils for sensitive skin</a
></div>
Last edited by woundedhealer on Thu Oct 26, 2006 12:30 pm; edited 1 time in total
I've studied my coding so much and can't see what I've done wrong, so I hope somebody else can. It's probably something really silly.
Here's the coding for the iframe:-
<iframe src="oilyskin.htm" id="essentialoils" width="180" height="200" align="center" valign="top" scrolling="no" frameborder="no">
</iframe>
Here's the coding for the links:-
<div align="center"><a href="oilyskin.htm"
target="essentialoils">Oils for oily skin</a> <br>
<br>
<a href="matureskin.htm"
target="essentialoils">Oils for mature skin</a><br>
<br>
<a href="dryskin.htm"
target="essentialoils">Oils for dry skin</a><br>
<br>
<a href="dryskin.html"
target="essentialoils">Oils for sensitive skin</a
></div>
Last edited by woundedhealer on Thu Oct 26, 2006 12:30 pm; edited 1 time in total
