quick questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top