Author Topic: Rules token (Scrolling)  (Read 1416 times)

killerkok

  • Newbie
  • *
  • Posts: 3
    • View Profile
Rules token (Scrolling)
« 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

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Rules token (Scrolling)
« Reply #1 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).

fracchia23

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Rules token (Scrolling)
« Reply #2 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