rolling text across screen

R

Reginald

how do i get text to roll across the screen for pc without speakers or sound
cards...
 
D

David Bartosik [MSFT MVP]

Insert an html code fragment (insert menu) and type in the html code for a
marquee -
<marquee>mytextgoeshere</marquee>
 
D

Don Schmidt

Thanks for the post.

Tried it, liked it and when my daughter came by suggested I add "width =
800" so the line now looks like

<marquee "width =800px>mytextgoeshere</marquee>

Result, the marquee starts at the right edge of the web page rather than the
right edge of the screen.

(Teen age kids... scary smart)


--
Don
Vancouver, USA


David Bartosik said:
Insert an html code fragment (insert menu) and type in the html code for a
marquee -
<marquee>mytextgoeshere</marquee>

--
David Bartosik - [MSFT MVP]
www.publishermvps.com

Reginald said:
how do i get text to roll across the screen for pc without speakers or
sound
cards...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top