Interactive button links FP 2003

C

chill888

Hi,

The Interactive buttons in FP 2003 are a big improvement, but:

Whenever they are clicked they open a new browser window. Unlike the
standard Hyperlink, I can't find an option for opening the new page in
the same browser window.

Any advice?

Thanks,

[email protected]
 
R

Ronx

Interactive buttons will open links in the same window unless either:
A base target has been set - look for a tag in the <head> section of the
page in Code view that resembles <base target="main"> and remove it.
or
A target has been set within the link <a href="page.htm target="main"
onmouseover="......
 
Top