Murray said:
<a href="bbcnews.html" target="_self">
Why the target attribute, Trevor?
Thanks, Murray.
Interesting question.
I think I wanted to make sure that I could navigate to the page I started
from.
Part of the code in the page which I didn't post is these Home buttons - one
at the top and one at the bottom
<div align="center">
<input type="button" value="Home"
onclick="location.href='index.html'" />
</div>
But of course, there is no need to open the new page over the top of the
other one for this to occur. And when the new page is opened, just closing
it will result in the calling page (index.html) being still open.
So, thanks for pointing this out. I am changing it right now