Blinking Hyperlink

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

Guest

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?
 
<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?
 
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.
==============================================
 
Use CSS, text-decoration: blink

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
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?
: >
:
 
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?
 
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. :-)
 
It will also work in Opera and Firefox.
It isn't deprecated.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
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
| >
 
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?
 
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?
 
lots of free ones..do a google for: "gif animator" program free
or any other search variations you can think of.
 
....you also need an image editor to create the 'tweens. Some image editors have gif animation ability built into them now, you may want to examine the image editor you're now using...you may have the ability and not know it!


lots of free ones..do a google for: "gif animator" program free
or any other search variations you can think of.
 
short for "in-betweens" - start with an image, end with an image but you need to also create all the in-betweens ;-)
(an old animation term i believe)
 
Back
Top