PDA

View Full Version : website help please


steviet
10th November 2008, 17:05
some of you might remember i was making a website for ma boss. well im looking for some help again. what i want to do, is make the writing flash . like a special offer price so it attracks attension. how do i do that? cheers:y:

djrem
10th November 2008, 17:06
best way is to use a .gif animated image and use img src="imgurlhere.gif" and paste that in.

Or you could use javascript but it runs the risk of bogging your site down if the user has a crappy version of it installed

Craddock
10th November 2008, 18:33
h1 {
text-decoration: blink;
}

<h1>Blinking Text</h1>

Don't think it works in IE though.

Animated banner would be your best bet.

Woody91
10th November 2008, 19:45
<p><blink>your text</blink></p> :y:

steviet
10th November 2008, 22:21
<p><blink>your text</blink></p> :y:

didn`t work mate

Woody91
10th November 2008, 23:03
worked for me but might be because i use notepad who knows