View Single Post
Old 01-30-2003, 07:29 AM   #6
Irrelevant
Member
New Member
 
Join Date: Apr 2002
Location: Inside my own head...
Posts: 97
Post Thanks / Like
Thanks (Given):
Thanks (Received):
Likes (Given):
Likes (Received):
Dislikes (Given):
Dislikes (Received):
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via AIM to Irrelevant
Default

OK, a marquee (as they're called):
<marquee behavior=scroll direction=right width=50% bgcolor=black>insert text here</marquee>[code:1]<marquee behavior=scroll direction=right width=50% bgcolor=black>insert text here</marquee>[/code:1]
:alien:

I'll break that down a bit:
<marquee
The start of the description of the marquee itself (the 'open marquee' tag).

behavior=scroll
What you want the marquee to do. The options are:
alternate <marquee behavior=alternate width=50% bgcolor="#FFFFFF">like this</marquee>
scroll <marquee behavior=scroll width=50% bgcolor="#FFFFFF">like this</marquee>
slide (you may have to refresh to see this) <marquee behavior=slide width=50% bgcolor="#FFFFFF">like this</marquee>

direction=right
Which direction you want it to go. 'right' is left-to-right, 'left' is right-to-left.

width=50%
How wide you want it to be. This can be a percentage of the page width (as above), or just a size in pixels (with no '%' ).

>
The end of the 'open marquee' tag.

bgcolor=black
What color you want the background to be. Most color names will do, or a 6 hex-digit color code (eg #007F7F is turquoise).


What color you want the text to be. This must be one of the color names recognised by Ikonboard.

insert text here
Obvious.

</marquee>
Closing the tags I opened earlier.

PS: I'd like you to work out the specifics on your own. Think of it as a kind of test of your worthiness. :buttrock:
__________________
Do not argue with a dragon,
for you are crunchy, and taste good with Brie...
Irrelevant is offline   Reply With Quote
 
Page generated in 0.04649 seconds with 14 queries