answersLogoWhite

0


Best Answer

1.Select insert>Webcomponent. The insert web component window opens.

2. Under component type, select dynamic effects, under choose an effect double-click on marquee. The marquee properties window opens.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you convert a text into a marquee in ms front page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A marquee is a string of text that slides from one edge of the page to the other?

Yes it is


How do you make words scroll halfway across your MySpace page?

you just put ,<marquee>your text here <marquee> and if you want it to bounce from side to side put <marquee behavior="alternate"> your text here<marquee> you can also put HTML in there so you can have picture scrolling also


How do you make text move on MySpace?

<marquee> YOUR TEXT </marquee> make it pretty! (:


Marquee left direction and right direction with change text in HTML?

<marquee direction="left">Text Here</marquee>


How do you add scrolling text to HTML page?

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>


How do you make moving text in HTML?

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>.


What is the bb code for making a text move in superclubsplus?

the codes is [marquee]a few words[/marquee] try this one [marquee=alternate]blah blah blah[/marquee]


How do you make marquees?

In the body of your HTML document, you type in: <marquee>You insert your text here</marquee>


How do you make marquees on notepad using HTML?

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.


How do you make HTML banners?

If you mean a scrolling text banner, then you can use the Marquee tag. It is not a popular tag among web designers because scrolling text can look very tacky and get annoying. Not all browsers support the Marquee tag. It is one of Microsoft's tags, designed for Explorer. Here is a simple example of how to use it. <Marquee>This will give you scrolling text, in some browsers</Marquee>


What is the HTML code for a scroll box?

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.


What does the HTML code marquee mean?

Your text will move when you use it.