Someone can use a marquee code in different ways. One of the most common uses is using it as a HTML code which helps put features on a website including the scrolling feature.
Your text will move when you use it.
You just go <center> <marquee> I <3 ... .......... </marquee>
the codes is [marquee]a few words[/marquee] try this one [marquee=alternate]blah blah blah[/marquee]
if you mean my making pictures move then you use a <marquee></marquee> code:) if like one picture moving then go on gifninja.com its free and works good:)
well by using this code <marquee behavior="alternate">picture code here.</marquee>. hope dis help shacrazy
Marquethis is the text for the HTML Marquee Place the Marquee tags into the document. There are many attributes you can use set the properties of the marquee.
I love using this code: <marquee>Enter scrolling text here</marquee> Put this code underneath the <body> tag: <html> <body> <marquee>Enter scrolling text here</marquee> </body> </html> Want to change the colour of the text? <font face="arial" color="colour you want" size="8"> place that between <body> and <Marquee> <html> <body> <font face="arial" color="colour you want" size="8"> <marquee>Enter scrolling text here</marquee> </body> </html>
You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.
type in <marquee> before typing your sentance and you HAVE to use emoticons. ex: <marquee>
Depending on what you actually mean by 'moving text' there is a few possibilities. The most common, however is a Marquee in HTML. The code for this 'moving text' is: <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>.
The simplest way to do it is to put them into two cells in a table like this: <TABLE> <TR> <TD><Marquee>This will give you scrolling text in one box</Marquee></TD> <TD><Marquee>This will give you scrolling text, in another box</Marquee></TD> </TR> </TABLE> If you want to put a border around them, then you'd have the first line as: <TABLE Border=1> A Marquee won't work on every kind of browser and is in fact thought of as being tacky and not very popular.
You cant in HTML. Try Javascript (however it is better if you use a picture editor like Macromedia Fireworks and save the image as .jpg), You can. You would have to program it though. I have some of the "text moving features" added to my personal HTML. You could do the same.