Marquee
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
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
0
Comments
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>
NS
Craig
NS
NS
NS
NS
like
this
ok?
NS
[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]
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
NS