PC Review


Reply
Thread Tools Rate Thread

what is the colour code to make text flash in htm, html

 
 
Jasonc
Guest
Posts: n/a
 
      26th Jan 2004
thank you


 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      26th Jan 2004
It's called blinking text, but the blink style is not supported in IE.
However it can be done with javascript.

Be advised that blinking text can cause "light flicker syndrome"
epileptic seizures in people who are prone to epileptic attacks.

That said, here is a script that will make text blink 1 second on and 1
second off.

The number 1000 in the script is the 1 second interval,
DO NOT set it lower than 1000, higher is OK.

<script type="text/javascript">
function doBlink() {
var b = document.all.tags("BLINK")
for ( i=0; i < b.length; i++)b[i].style.visibility = (b[i].style.visibility
== "" )? "hidden" : "" }
function startBlink() {
if (document.all)setInterval("doBlink()",1000)}
window.onload = startBlink;
</script>

Then surround the text you want to blink with <blink></blink>

<blink>This text will blink</blink>



--
95isalive
This site is best viewed..................
...............................with a computer
"Jasonc" <jasonc310771_newsgroups(REMOVE)@yahoo.co.uk> wrote in message
news:(E-Mail Removed)...
> thank you
>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      26th Jan 2004
Hi Jasonc,

Please do not cross post.

There is no color code. Use CSS text-decoration property with the blink
value.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Try IncludeASP - IncludeASP allows you to include .asp files in FP3.
http://www.websunlimited.com/order/P...IncludeASP.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Jasonc" <jasonc310771_newsgroups(REMOVE)@yahoo.co.uk> wrote in message
news:(E-Mail Removed)...
> thank you
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text format - setting text colour with code NDBC Microsoft Excel Misc 5 1st Jul 2009 10:15 PM
HTML Code embedded within HTML Page as Text =?Utf-8?B?UGF1bA==?= Microsoft ASP .NET 5 7th Nov 2007 05:32 PM
List Box can you colour code items or make bold =?Utf-8?B?Y2hyaXN0b3BoZXIgd2FyZA==?= Microsoft Excel Programming 2 10th Feb 2006 11:51 PM
How can I make Excel display HTML code as text =?Utf-8?B?cm9vcHl0b29wZG9uZ2xl?= Microsoft Excel Misc 1 20th Mar 2005 06:40 AM
i use front page 2002 - what is the color code to make text flash. Jasonc Windows XP General 1 26th Jan 2004 11:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:26 PM.