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?