View Full Version : Scrolling Marquee


lvelez
09-29-2009, 04:51 AM
Hey

I have typed in the code from this website for the scrolling marquee but it doesn't work. Is there somewhere special where i have to post the code for it?
I just put the code in the <body>

Help Please!!:confused:

pretender
09-29-2009, 05:55 AM
u put it in the body of your page where you want see it.

disconnect277
09-29-2009, 08:49 PM
Could you post your code? (Whole page) It's possible you did the coding wrong. (And not the placement)

lvelez
09-29-2009, 11:35 PM
<marquee behavior=scroll direction="left"> MESSAGE</marquee>

thats my code

thanks

disconnect277
09-30-2009, 03:00 AM
Works fine for me... not sure what you did wrong though.

Could you post the page you put the coding in? So we can see if something else could be stopping it?


EDIT:

Noticed the coding was posted in another one of your topics...

I would delete this one if I can... but I can't. :(

iGeek
09-30-2009, 04:40 AM
See my post (http://www.lissaexplains.com/forum/showpost.php?p=432739&postcount=11) in the other marquee thread.

coffeecup2
03-25-2011, 07:32 PM
Hey

I have typed in the code from this website for the scrolling marquee but it doesn't work. Is there somewhere special where i have to post the code for it?
I just put the code in the <body>

Help Please!!:confused:
lvelez,
your code looks fine, however a bit redundant. first you need to place the code in the html document where you want it to appear. like text or an image. between the <body> and </body> tags. NOT inside the body tag.
also, by default, the value of the attribute behavior is already left. so you can leave that out. there is a great explanation for you on this site here (http://www.lissaexplains.com/fun3.shtml)

your code should be placed like this example below:


<body>
<!-- any content here -->
<marquee>scrolling text here</marquee>
<!-- any content here -->
</body>


good luck to you

rachitihm
05-16-2011, 01:06 PM
hello, i think you are missing double quotes on scroll <marquee behavior="scroll" >

madhusmita
06-14-2011, 07:58 AM
<FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=yellow>This is an example of Marquee</MARQUEE></FONT>

The above code should be written in the within <body>.Try posting this code.Its working for me.