Author Topic: marquee ? Help  (Read 1014 times)

pokerbelgique

  • Newbie
  • *
  • Posts: 1
    • View Profile
marquee ? Help
« on: March 15, 2014, 01:23:31 PM »
Sorry for my english ...

I need your help to succeed in my layout to show the chip count on my screen.

I would like to scroll through all the players when I displayed but I do not.

I just succeeded in placing the marquee tag that moves from left to right but I would like it either from the top down.

Here is my code: chipcount <br> <marquee direction="horizontal"> <chipleaders> </ marquee>

Can you help me because I came to see that the first 15 names.

thank you

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: marquee ? Help
« Reply #1 on: March 16, 2014, 10:56:08 AM »
chipcount <br> <marquee direction="left"> <chipLeaders orient="horizontal"> </ marquee>

or

chipcount <br> <marquee direction="up"> <chipLeaders> </ marquee>

?