PDA

View Full Version : Animating/moving a sig - How?


bloodpack
01-30-2003, 02:55 AM
just the one i saw on asshole and white tiger claw... ???

WhiteTigerClaw
01-30-2003, 04:58 AM
if you want an animated banner, you have to use either Adobe ImageReady or Psp Animation Shop. and after you'll get those....we'll help you :D

bloodpack
01-30-2003, 05:00 AM
NO I MEAN THE your SIG...
"life is just a game...."
how do you move your sig ?

WhiteTigerClaw
01-30-2003, 05:08 AM
you use HTML. if you don't know the HTML code, just ask me later and i'll give it to you...i'm too tired to look now ;)

coolplayer2K2
01-30-2003, 05:25 AM
can u make me one saying just coolplayer2k3 in blue color

Irrelevant
01-30-2003, 07:29 AM
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. :D

</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:

coolplayer2K2
01-30-2003, 05:18 PM
wow thx ALOT

<marquee behavior=scroll direction=right width=50% bgcolor=gold>thanks alot Irrelevant</marquee>

bloodpack
01-30-2003, 10:45 PM
irrelevant, you are relevant :thumbsup:

Irrelevant
01-31-2003, 07:36 AM
Bwahahahaha! Soon, with my l33t HTML skilz, I shall take over the world! BWAHAHAHAAAA!!!!

*ahem*

Thanks y'all! There's a whole list of this stuff here (http://www.home.zonnet.nl/robschluter/htmltaglist/). :D
(Nope, I didn't make it myself. :( )

coolplayer2K2
02-01-2003, 08:53 AM
<SHADOW>Coolplayer2K3</SHADOW>

coolplayer2K2
02-01-2003, 08:59 AM
cool look what i learned
<EMBED src="bgsound.mid" width="145" height="60">
<NOEMBED>
You should hear a midi sound now, but you're browser doesn't
support the appropriate element.
</NOEMBED>
</EMBED>


<FORM>
<TABLE>
<TR>
<TD>Article number</TD>
<TD><INPUT type="text"></TD>
</TR>
<TR>
<TD valign="top">Description</TD>
<TD><TEXTAREA cols="40" rows="10">
coolplayer2K2</TEXTAREA></TD>
</TR>
</TABLE>
</FORM>

WhiteTigerClaw
02-01-2003, 09:03 AM
you finally learnt how to make music? dang......you suck at HTML.... :p

coolplayer2K2
02-01-2003, 09:05 AM
lol im only 9 years old

oh and look at this


<FORM>
WhiteTigerClaw Or Coolplayer2K2:
<SELECT multiple size="2">
<OPTION value="whitetigerclaw">WhiteTigerClaw
<OPTION value="coolplayer2k2">Coolplayer2K2
</SELECT>
</FORM>