tags:

views:

379

answers:

4

how would I go about making a marquee in html? could I define everything i.e. speed, looping, text color, background color, direction, etc. With just html or should I need to know another language to define those aspects? Also could I implement an image in the marquee?

+4  A: 

You don't want to use that tag. Really. It is evil.

For alternatives, check out:

Paolo Bergantino
+1  A: 

@Paolo is correct, you also might wanna look into tools to do similar things but have much more functionality. jScroller for example.

Ólafur Waage
+1  A: 

You can do images in the marquee tag:

http://jdstiles.com/java/scrollers/scrollingimage.html

But it's not a good tag to use. Go for one of the many javascript libraries that do this, such as this Cross Browser Marquee that allows you to set all the parameters you like.

Adam Davis
A: 

Something like this:

<MARQUEE id=Marquee2 title="" 
style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; PADDING-LEFT: 3px; Z-INDEX: 2; OVERFLOW: hidden; BORDER-LEFT: 1px; WIDTH: 5.197in; TEXT-INDENT: 0px; BORDER-BOTTOM: 1px; HEIGHT: 0.156in" 
trueSpeed scrollDelay=150 MsoTextAlign="General">My Text Goes Here</MARQUEE>
MarlonRibunal
1997 called. They want their Angelfire pages back.
Adam Jaskiewicz
I want to give you +1 simply because I think you went to so much effort to get so much badness into your answer and you should be rewarded :) Still, I just know that someone will see my +1 and take your answer seriously, so I'm sorry, I just can't do it.
Steerpike
This is a black hole answer, bad advice cannot escape it's gravity
MrChrister