The Tournament Director Forums

Main => Help Me => Topic started by: killerkok on March 18, 2008, 09:04:42 AM

Title: Rules token (Scrolling)
Post by: killerkok on March 18, 2008, 09:04:42 AM
Hi can anyone help

i cant seem to get at text to scroll in a message window on the tournament screen.

i want a small cell on the right on top where i can add small messages, that if they are to long, scroll in the window.

i can get the text in there but the box just keeps growing when i use the rules token.

//Henrik
Title: Re: Rules token (Scrolling)
Post by: Corey Cooper on March 18, 2008, 02:28:56 PM
Place them inside a <marquee> element:

Code: [Select]
<marquee direction="up" style="height: 300px; width: 300px">
<announcements>
</marquee>

You'll need to set the height and width of the cell, or include the height and width in the style attribute (as shown above) or the marquee will simply be as large as the content inside of it and it won't scroll (it will bleed off the screen).
Title: Re: Rules token (Scrolling)
Post by: fracchia23 on October 16, 2015, 06:51:37 PM
i don't understand how to do it please can you explain it better? step by step..... thanks