Your code probably looks like this:
<a target="_blank" href="http://www.address.com">
It needs to look like this:
<a href="http://www.address.com">
target="_blank" makes a new window open.
Hope this helps.
"rheath" wrote:
> I have published my site, but when I open my site and then try to go from
> Home to any of the other links to other pages, the browser opens a new
> window. I want to stop it from doing this but don't know how. I'm sure I
> must have set something somewhere for this to happen, but I can't find it.
>
> Help!?
|