FP 2002-Link Bar hyperlinks keep opening in new window?

K

ksu4

How can you edit the target properties of the hyperlinks in the main Link
bar? From my home page, any link opens up in a new page. I can edit the
hyperlinks on the page, but can't figure out where/how to edit the hyperlinks
from the link bar.
Any suggestions welcomed!
 
R

Ronx

You cannot edit the target properties of a FrontPage link bar (except
possibly custom link bars, which I have never used).
In Code/HTML view, in the <head> section of the HTML, look for a tag
similar to
<base target="contents">
If you find it - delete it.
The word "contents" may vary.
 
K

ksu4

Thank you VERY much!

Ronx said:
You cannot edit the target properties of a FrontPage link bar (except
possibly custom link bars, which I have never used).
In Code/HTML view, in the <head> section of the HTML, look for a tag
similar to
<base target="contents">
If you find it - delete it.
The word "contents" may vary.
 
M

Marion - DGLS

This is VERY helpful, Ronx. Thanks!

Ronx said:
You cannot edit the target properties of a FrontPage link bar (except
possibly custom link bars, which I have never used).
In Code/HTML view, in the <head> section of the HTML, look for a tag
similar to
<base target="contents">
If you find it - delete it.
The word "contents" may vary.
 
Top