how do I stop frontpage from making each link on my site open a n.

R

Rocaveli

I have a website, www.pokersitebonuses.com, but unfortunately random links in
the nav bar open their respective pages in new browser windows. The problem
is especially pronounced in the "about us" page, where almost every single
link is opened in a new window. is there a way to turn this off? i am sure
there must be.

thank you for your help,

roham
[email protected]
 
T

Thomas A. Rowe

Remove the following from the head section of All pages in HTML / Code View:

<base target="_blank">

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top