Welcome to Star Trek Simulation Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

Sign in to follow this  
Followers 0
Jenna James

Scrolling Marqee

Hello every one, hope all is well with you all.

I was hoping someone might help me with a question I have.

I need to know how to make my words scroll across the screen.

Please Help! :)

 

Thanks

Share this post


Link to post
Share on other sites

To do so, go <marquee> word </marquee>

 

That's marquee in the < > s, then your text followed by <, / marquee and >

 

<marquee>Hope it helps. :)</marquee>

 

Hmm, that's odd, maybe it has been disabled?

Edited by Seiben

Share this post


Link to post
Share on other sites

scrolling text...probably has been disabled. older machines have trouble using fancy schmancy stuff like that.

Share this post


Link to post
Share on other sites

You have the right command... you are just missing one element.

 

You need to add [.doHTML] as the opening tag (without the period) and [./doHTML] to close the tag (again without the period.)

 

<marquee>Test text</marquee>

 

is really:

 

[.doHTML]<.marquee>Test text<./marquee>[./doHTML]

 

The dohtml tag is a security measure here on the boards to prevent some of the more malicious HTML tags from being used. :)

 

Hope that helps. ;)

Share this post


Link to post
Share on other sites
The dohtml tag is a security measure here on the boards to prevent some of the more malicious HTML tags from being used. :)

Ooh, teach us how to do those!

Share this post


Link to post
Share on other sites
Ooh, teach us how to do those!

Ummm... see post above? LOL

 

Anytime you want to include HTML tags such as <table></table> or <marquee></marquee>, you need to include [.doHTML] as the opening tag and [./doHTML] as the closing tag (without the period... I only include it so the board does not think I'm issuing a real command to do it.)

 

So if I want my text to scroll using the <marquee> tag, I would use:

 

[doHTML]<marquee>This is scrolling text</marquee>[/doHTML]

 

Using that code would result in:

 

<marquee>This is scrolling text</marquee>

 

That help?

Share this post


Link to post
Share on other sites

Cool, thanks!

 

<EDIT> Whoops, 1 month later!

Edited by William Laiden

Share this post


Link to post
Share on other sites
You have the right command...  you are just missing one element. 

 

You need to add [.doHTML] as the opening tag (without the period) and [./doHTML] to close the tag (again without the period.)

 

<marquee>Test text</marquee>

 

is really:

 

[.doHTML]<.marquee>Test text<./marquee>[./doHTML]

 

The dohtml tag is a security measure here on the boards to prevent some of the more malicious HTML tags from being used.  ;)

 

Hope that helps.  :)

Thanks Webbie for the help! I understand now. ;)

And thanks to everyone else who helped also. :angry:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0