Hi gmypc,
The solution is not too difficult but it can be a little difficult to explain without some info. I think that may be partially why you haven't gotten an answer.
Can you post a link to the site here? And when you do that, pick out a couple of examples of links that are opening in new windows. That will allow myself and others to immediately look at an example of your code and show you in an example that is unique and familiar to you, how to fix it.
Normally, it is just an attribute in your anchor tag. For example:
HTML Code:
<a href="blablabla.html" target=_blank>Not a real link</a>
This will open a new window for this link. Just change _blank to _self and it should open in the same window.
Hope this helps
