quick questions

G

GregB

How do you edit an interactive button so it doesn't turn into a white box with a red x when you move the mouse over the button after it has been published

Also how do you add one of those "top of page" buttons to a page?
 
A

Andrew Murray

1) Interactive button not working: possible solution : have the images you used
been imported into the web prior to publishing? Did you publish by the FP http://
method or standard FTP (and did you upload the images in this case?).Are the
extension require for interactive buttons installed? (or is this just Microsoft's
name for "rollover buttons" ?).

2) Top of page button/link : html code: <a href="#" target="_top">Top</a> or to
use an image just put <a href="#top"><img src="top.jpg"></a>

The "#top" tells the browser to return to the top of the page when the link is
clicked. You could also do it with a bookmark - but that is really what #top
is - a built in bookmark.



GregB said:
How do you edit an interactive button so it doesn't turn into a white box with
a red x when you move the mouse over the button after it has been published?
 
R

Ronx

Are the Interactive Buttons in a shared border or Included Page? If so,
what you are seeing is normal. Use a Dynamic Web Template instead.

--
Ron

Reply only to group - all emails will be deleted unread.


GregB said:
How do you edit an interactive button so it doesn't turn into a white box
with a red x when you move the mouse over the button after it has been
published?
 
Top