MySpace

Plz take you time to promote the myspace forum's and help us out we would be greatfull.



Code:

Saturday, February 26, 2005 
For a simple marquee put in the following:

<Marquee> Add text here... <Marquee>


Marquee should look like this:

Simple Marquee


If you'd like your marquee to scroll in a specific direction put in the following:

(Right)
<marquee direction="right"> Add text here... </marquee>


Marquee should look like this:

Marquee that travels Right.....


(Left)
<marquee direction="Left"> Add text here... </marquee>


Marquee should look like this:

Marquee that travels Left.....


(up)
<marquee direction="up"> Add text here... </marquee>


Marquee should look like this:

Marquee that travels up.....



(down)
<marquee direction="down"> Add text here... </marquee>


Marquee should look like this:

Marquee that travels down.....


If you want your marquee to bounce put in the following:

(left to Right)
<marquee behavior="alternate"> Add text here... </marquee>


Marquee should look like this:

Marquee bounces Left to Right, Right to left.....


(Up and Down)
<marquee direction="up" behavior="alternate"> Marquee bounces Up and Down..... </marquee*gt;


Marquee should look like this:

Marquee bounces Up and Down.....


(Zig-Zag)
<marquee behavior="alternate" direction="up" width="60%"><marquee direction="right"> Add text here... </marquee></marquee>


Marquee should look like this:

Zig-Zag Marquee.....


Marquee With Precents and crap:

(Simple percent marquee)
<marquee direction="right" width="25%"> Add text here... </marquee>


Marquee should look like this:

Marquee has a width of 30%
Marquee has a width of 40%
Marquee has a width of 50%

  • To change the direction of the marquee erase Right and put Left, up, or down
  • The width can be changed to any percent you'd like (with in reason)


    (Maruee with back ground color and percent)
    <marquee direction="right" width="35%" style="background:..FF0000"> Add your text here... </marquee>


    Marquee should look like this:

    Red Back ground
    Purple Background


    (Alternate marquee with percents)
    <marquee behavior="alternate"><marquee width="75%"> Add text here... </marquee></marquee>


    Marquee should look like this:

    Alternate marquee with 75%


    RANDOM MARQUEES:

    (Marquee with Scrolling text inside)

    This one is a bit confussing
    you'll have TEXT that scrolls
    and text that also scrolls in the middle of that text
    TEXT scrolling text in middle TEXT
    n e wayz here it is

    <marquee behavior=alternate> Words at the front
    %lt;marquee width="100%"> Words scrolling in the middle
    </marquee> Words at the end </marquee>


    Marquee should look like this:

    WORD ..........stuff in middle.......... WORD


    (Experiments with Marquees)

    Make your marquees have alittle color
    and make them run into eachother

    <marquee bgcolor="black" width="20%"><font color=red> 1st Marqee's Text...</font></marquee><marquee bgcolor="red" width="20%" direction="right"><font color=black> 2nd Marquee's Text... </font></marquee><marquee bgcolor="black" width="20%"><font color=red> 3rd Marquee's text... </font></marquee><marquee bgcolor="red" width="20%" direction="right"><font color=black> 4th Marquee's text... </font></marquee>


    Marquee should look like this:

    1st Marqee's Text... 2nd Marquee's Text... 3rd Marquee's text... 4th Marquee's text...


    (Scroll delay)
    <marquee behavior="alternate" width="100%" scrolldelay="425"> Add text here... </marquee>


    Marquee should look like this:

    Now the Marquee looks constipated.....


    (Marquee with a border)
    <marquee width="50%" style="border:purple 5px dashed"> Add text here... </marquee>


    Marquee should look like this:

    Marquee with an "outset" Border style

  • See my Borders blog for border styles.


    Marquee with filters and effects:

    I dunno about all filters but here's a few with them

    (Flip Horizontal Marquee)
    <marquee width="50%" direction="left"> Add text here... </marquee><marquee width="50%" direction="left" style="filter:fliph"> Add text here... </marquee>


    Marquee should look like this:

    Marquee with a filter Marquee with a filter


    (Wave Marquee)
    <marquee direction=up scrollAmount=0scrollDelay=0 style="filter:Wave(add=10,phase=1,freq=2,strength=35)" width=100 height=225>
    <font style="font-family: Copperplate Gothic Bold ;
    font-size: 10px;
    color: Darkred;
    font-weight:bold">
    <center><br>T<br>E<br>X<br>T<br><br>H<br>E<br>R<br>E<br>


    Marquee should look like this:





    W
    A
    V
    E


  • If you don't space the text out with Breaks then the text will look like this:





    WAVE



  • If you dont want the text to scroll up, erase up and put right, left, or down


    (Emboss effect)
    <font size=3 effect=emboss>
    <hr>
    <marquee behavior=alternate scrollamount=6 bgcolor=purple> Add text here... </marquee>
    <hr>


    Marquee should look like this:




    The Emboss effect.....



  • To make marquee go faster increase the scroll number

    Marquee with color:

    (Background color)
    <marquee bgcolor=purple> Add text here... </marquee>


    Marquee should look like this:

    Purple background.....


    (Background color and Text color)
    <marquee bgcolor="black">
    <font color=red> Add text here... </marquee>


    Marquee should look like this:

    Background and text color.....


    Blinking text:

    <blink> <marquee scrollamount=500 scrolldelay=0> Add text here... </marquee> </blink>


    Blink should look like this:

    Blinking Marquee


    SCROLL AMOUNT:

    (Scroll amout)
    <marquee scrollamount="5"> Add text here... </marquee>


    Marquee should look like this:

    1 - Too slow for the commen reader
    5
    10
    20
    40
    80 - TOO FAST!!!!


    (.. of loops you want the marquee to loop)
    <marquee loop=..30> Add text here... </marquee>


    Marquee should look like this

    This marquee will only loop 50 times.....

  • Older Posts