How do I make one word flash in Frontpage?

B

Bob Lehmann

Words don't flash in Frontpage. They flash in the browser, and it's very
annoying.

Bob Lehmann
 
D

David Baxter

It can be more than annoying to people with certain medical conditions
or disabilities. Just don't do it.
 
K

Kevin Spencer

Since everyone else has told you why you shouldn't, here's how:

<blink>Blinking Text</blink> (Netscape only)

In browsers other than Netscape, use an animated GIF image.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
T

Thomas A. Rowe

Note: NS6 and up no longer support the <blink> tag.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
K

Kevin Spencer

Thank goodness!

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
M

Mike Mueller

Example:
<p style="text-decoration: blink">
CSS blinking
</p>

They both work in Firefox 1.0 (at the same rate)
Neither in IE6

Mike

: Thomas A. Rowe wrote:
: Note: NS6 and up no longer support the <blink> tag.
:
:
: in message :: Since everyone else has told you why you shouldn't,
:: here's how:
::
:: <blink>Blinking Text</blink> (Netscape only)
::
:: In browsers other than Netscape, use an animated GIF
:: image.
::
:: --
:: HTH,
::
:: Kevin Spencer
:: Microsoft MVP
:: .Net Developer
:: Neither a follower nor a lender be.
::
:: "Brain Damaged" <Brain
:: [email protected]> wrote in message
::
::: I need to know how to make one word flash in front page?
 
Top