Hyperlinksproblem

K

Katrin

Hi
I have Frontpage 2000 and on all my links it suddenly start to add (on every side on my whole webbsite) target="head" after the <a href=link>. It look like this <a href=link target="head"> in the html-code and all my pages open in a new window instead of just changing side on the website!

I have manually taken the htmlcode - target="head" - away both in the frontpageprogram and when that didn't help directly in notes - but it keeps reappering!!
How do stop this automatically VERY irritating thing?

Thank you!!
 
S

Stefan B Rusynko

You have set a target as a default for the page (or if in frames for the frameset)
Search (target="head") and replace with (target="_self") or nothing (set for all pages and in html)



| Hi
| I have Frontpage 2000 and on all my links it suddenly start to add (on every side on my whole webbsite) target="head" after the <a
href=link>. It look like this <a href=link target="head"> in the html-code and all my pages open in a new window instead of just
changing side on the website!
|
| I have manually taken the htmlcode - target="head" - away both in the frontpageprogram and when that didn't help directly in
otes - but it keeps reappering!!
| How do stop this automatically VERY irritating thing?
|
| Thank you!!
 
K

Katrin

I have already done that but as fast as I open the side in frontpage it automatically changes back to target = head!!
Where do I stop Frontpage doing this by it-self??
 
S

Stefan B Rusynko

Then you didn't do a S&R selecting All pages and in Html (w/ all your pages closed), or your site is in a frameset




| I have already done that but as fast as I open the side in frontpage it automatically changes back to target = head!!
| Where do I stop Frontpage doing this by it-self??
 
Top