Blinking Hyperlink

B

Ben

I'm a web administrator for my school. I want to create a link on the home
page that blinks (flashes). How do I do that?
 
M

Mike Mueller

<blink></blink>

As such, it is a deprecated tag and nol longer supported by
IE.



: I'm a web administrator for my school. I want to create a
link on the home
: page that blinks (flashes). How do I do that?
 
T

Thomas A. Rowe

It was never supported by IE, it was a NS only tag, but you are correct in the NS6 and up no longer
support it.

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

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

Jens Peter Karlsen[FP MVP]

Use CSS, text-decoration: blink

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Mike Mueller

This also will only work in NS browsers and most likely will
be deprecated as well.

Mike



message : Use CSS, text-decoration: blink
:
: Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
:
: > -----Original Message-----
: > From: Ben [mailto:[email protected]]
: > Posted At: 4. april 2005 22:49
: > Posted To: microsoft.public.frontpage.client
: > Conversation: Blinking Hyperlink
: > Subject: Blinking Hyperlink
: >
: >
: > I'm a web administrator for my school. I want to create
a
: > link on the home page that blinks (flashes). How do I
do that?
: >
:
 
T

Tom Pepper Willett

For a script that is multi-browser compatible, I recommend you Google for:

blinking text script
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| I'm a web administrator for my school. I want to create a link on the
home
| page that blinks (flashes). How do I do that?
 
L

Linda R

Ben said:
I'm a web administrator for my school. I want to create a link on the home
page that blinks (flashes). How do I do that?

You could always do it as an animated GIF. :)
 
J

Jens Peter Karlsen[FP MVP]

It will also work in Opera and Firefox.
It isn't deprecated.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

Stefan B Rusynko

You will need an animation image editor

PS
Don't use any blinking text or images
- can cause harm to users w/ health problems (epilepsy)



| How does one do this, and insert it in a web page. Thank you Linda. Ben
|
| "Linda R" wrote:
|
| > Ben wrote:
| > > I'm a web administrator for my school. I want to create a link on the home
| > > page that blinks (flashes). How do I do that?
| >
| > You could always do it as an animated GIF. :)
| >
| > --
| > Linda Rathgeber
| > -----------------------------------------------------------------------
| > Fireworks RAZZLE DAZZLE & PHOTO MAGIC | www.webdevbiz.com/pwf/index.cfm
| > VICTORIANA | www.projectseven.com
| >
 
B

Ben

Is there any Freeware or MS Download to get this program for my Windows XP?
Thanks. Ben
 
B

Ben

Dear Jens: What's "SS, text-decoration: blink"? Thank you. Ben

Jens Peter Karlsen said:
Use CSS, text-decoration: blink

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Ben [mailto:[email protected]]
Posted At: 4. april 2005 22:49
Posted To: microsoft.public.frontpage.client
Conversation: Blinking Hyperlink
Subject: Blinking Hyperlink


I'm a web administrator for my school. I want to create a
link on the home page that blinks (flashes). How do I do that?
 
R

Ronx

That's CSS - Cascading Style Sheets
See www.w3schools.com for a tutorial.

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

Ben said:
Dear Jens: What's "SS, text-decoration: blink"? Thank you. Ben

Jens Peter Karlsen said:
Use CSS, text-decoration: blink

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Ben [mailto:[email protected]]
Posted At: 4. april 2005 22:49
Posted To: microsoft.public.frontpage.client
Conversation: Blinking Hyperlink
Subject: Blinking Hyperlink


I'm a web administrator for my school. I want to create a
link on the home page that blinks (flashes). How do I do that?
 
Top