FP2000: create flashing button?

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

I am a complete newbie using (or trying to!) FP2000. I would like to create
a button that flashes, or has a moving border, or some other
attention-getting device. Is there a very easy way to do this?

Thank you.
Ed
 
The easiest way would be to use an animated gif "button" that changes color
or size to get someone's attention. See
http://www.qualitybass.org/schedule.html. That "flashing" *change* is a gif
that changes size every other frame. Copy and use if you'd like, it's easy
enough to change the text in the button if you have a gif editor program.
 
Also, a marquee can be used as an attention getter. Copy and paste this onto
a page in HTML View:

<marquee behavior="alternate" bgcolor="yellow" width="49" height="16"
onclick="FP_openNewWindow('626', '495', false, false, false, false, false,
false, '', /*href*/'yourpage.html')"><b>See it!</b></marquee>
 
Back
Top