|
Archive Yahoo Messenger Version 5 Scrolling Text |
|
|
|
Tuesday, 18 November 2003 |
|
NOTE: with
some changes being made on Yahoo's side and the release of 5001050 you'll find
this doesn't work any more..
The other day I recieved an email from Jimi Cutting
(thank you :-) )about the scrolling text messages that people are now using
Yahoo Chat... included in the email was the following code..
<url><marquee banner=0<>any message here
this is the basis of the marquee codes that some of you are foaming at the mouth
to get your hands on ;-) All thanks to Jimi Cutting for inspiring me to do something
about this :-) Now if all your wanting to do is make your text scroll then copy
the bold line of text from above, paste it into an active IM window (yes you
can use it in Yahoo Messenger), change any message here to the text you
wish to scroll and hit send.. simple :-)
For those of you who wish to take the scrolling code a few steps futher then
read on...
To make life a little easier it would help if you knew at little about html
tags.. what's posted below will make a lot more sense if you do..
This is what the "basic" code looks like...
| |
|
| |
|
this is your Code..
<url><MARQUEE banner><I can scroll across and IM window...
Adding Backgrounds to the scrolling text...
| |
|
| |
|
Code...
the bgcolor= tag is what allows you the
change the background colour, simply enter the colour code for the required
colour
<url><marquee bgcolor="#80FF00"><I can scroll
across an IM window...and add a background colour
here is the code with the bgcolor tag in place AND also the font
color= tag to change the colour of the text, the colour code "FFFFFF"
is for white text, the <b> tag makes the text bold
<url><marquee bgcolor="#800080"><font color="FFFFFF"><b><purple
background with BOLD white text...
Direction and Behaviour of the scroll...
Direction...
| |
|
| |
|
Code...
if you leave the code as is it will use the default which is from the left..
<url> <marquee banner><I default to the left...
if you wish to stand out from the "norm" and scroll from the right
instead then use the tag direction="right"
<url> <marquee direction="right"><but can
go to the right...
Behaviour...
| |
|
| |
|
Code...
the default will scroll..
<url> <marquee banner><my default is scrolling....
but by using the tag behaviour="alternate"
it will appear that the text is bouncing from side to side...
<url><marquee behavior="alternate"><but i
can also bounce
|
|
Last Updated ( Tuesday, 25 November 2003 )
|