Marquee

edited June 2003 in Science & Tech
Ok I am trying to figure out marquee. below is what i have in my sig. how can i make it slow down? and how can i make it take up less space> if you have a tutorial on this please post a link.

thanks

TS

Code:
[PHP]

<P ALIGN="CENTER"><FONT COLOR="#000000">
<B><MARQUEE BEHAVIOR="SCROLL" DIRECTION="UP" LOOP="-1" ALIGN="BOTTOM">
AMD Athlon 1.2 Ghz
Mobo: ?
256 MB SDRAM
Geforce4 MX 440
70 GB Hard Drive
Winodws XP Corporate
</MARQUEE></B>
</FONT></P>[/PHP]




P.S. Sorry bout the colors. its all i could do to not have the coded show up as marquee

Comments

  • CCWCCW Suffolk, UK
    edited June 2003


    change scrollamount and scroll delay to get it how you want it


    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-gb">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>New Page 1</title>
    </head>

    <body>

    <p>
    <marquee scrollamount="2" scrolldelay="50">AMD Athlon 1.2 Ghz
    </marquee></p>

    </body>

    </html>
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    i.e. for What CCW is using, its
    scrollamount="2" scrolldelay="50"
    

    NS
  • edited June 2003
    i added those but its still too big
  • CCWCCW Suffolk, UK
    edited June 2003
    change the values to make it go slower

    Craig
  • edited June 2003
    i dont want it slower but these size that it scrolls in to be smaller
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    height="50"

    NS
  • edited June 2003
    thank you :)
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    And you may want to remove those 2 lines of nothing at the top too to same space.

    NS
  • ktulu_tcoktulu_tco Akita, Japan
    edited June 2003
    wtf... does the marquee tag not work with Opera? Or do I have to dig through some settings to enable it? Or is his sig not working?
  • edited June 2003
    Originally posted by ktulu_tco
    wtf... does the marquee tag not work with Opera? Or do I have to dig through some settings to enable it? Or is his sig not working?
    If I remember correctly, marquee is an M$ thingy. It working in IE.
  • ktulu_tcoktulu_tco Akita, Japan
    edited June 2003
    Blah... oh well, I guess it is a small price to pay. Thx
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    Nothing works in Opera, its crap, I mean, it has adverts ffs, Its like volentary adware, are YOU MAD!? Opera doesnt support loads of things btw.

    NS
  • ktulu_tcoktulu_tco Akita, Japan
    edited June 2003
    Opera is good. MSIE and Mozilla are crap. Even IE with MyIE. Mozilla is too slow, and I must have mouse gestures. Opera is the best, IMO. This is the second problem I have run into. (First being, that my bank site doesn't accept Opera)
  • edited June 2003
    how to remove the two lines?
  • ktulu_tcoktulu_tco Akita, Japan
    edited June 2003
    don't use carraige returns after your tags
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    make sure its ALL on the same line.

    NS
  • edited June 2003
    mind shoeing me what it looks like?
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    Er........ we cant, your the one with the code, just make sure there arnt any returns in it
    like
    this
    ok?

    NS
  • edited June 2003
    i dont think there is. except where i puit the text i want to scroll
  • edited June 2003
    code:

    [php]<P ALIGN="CENTER"><FONT COLOR="#000000"><B><MARQUEE BEHAVIOR="SCROLL" DIRECTION="UP" LOOP="-1" ALIGN="BOTTOM" scrollamount="2" scrolldelay="25" height="65">
    AMD Athlon 1.2 Ghz
    Mobo: ?
    256 MB SDRAM
    Geforce4 MX 440
    70 GB Hard Drive
    Winodws XP Corporate</MARQUEE></B></FONT></P>[/php]
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    remove < P ALIGN="CENTER" >
    and < /p > at the end

    As if you hadnt noticed its not centered. Do you want it centered? if you do, just put
    < center > after - height="65" > < here >

    but if you want the marquee centered, not the text put it before the marquee statement
    " > < B > < HERE > < MARQUEE BEHAVIOR="SCROLL

    and dont forget to put < /center > before the closing marquee tag if you centered the text, or after the marquee tag (between the < /b > and the closing marquee tag) if you centered the whole marquee.

    NS
  • BlackHawkBlackHawk Bible music connoisseur There's no place like 127.0.0.1 Icrontian
    edited June 2003
    Originally posted by ktulu_tco
    Opera is good. MSIE and Mozilla are crap. Even IE with MyIE. Mozilla is too slow, and I must have mouse gestures. Opera is the best, IMO. This is the second problem I have run into. (First being, that my bank site doesn't accept Opera)
    Firebird > * ;)
  • EnverexEnverex Worcester, UK Icrontian
    edited June 2003
    Opera is crap, there is NOTHING good about Opera, its incompatible, non-conforming adware garbage. END

    NS
Sign In or Register to comment.