The Tournament Director Forums

Main => Help Me => Topic started by: T-Bone on July 23, 2010, 08:30:45 AM

Title: Add Text to Token
Post by: T-Bone on July 23, 2010, 08:30:45 AM
I want to use the rankings token in my layout but have it appear as RESULTS. I've turned off the column headings but--not being anywhere close to an HTML guru--I'm kinda stuck. How can I accomplish this?
Title: Re: Add Text to Token
Post by: Corey Cooper on July 23, 2010, 12:04:49 PM
Do you mean that you just want to put the word "Results" over the rankings table?

Results<br><rankings showColumnTitles="false">

Here's another example that places a line between the "title" and the table:

Results<br><div style="width: 90%; border-top: 2px solid white; font-size: 0px"></div><rankings showColumnTitles="false">
Title: Re: Add Text to Token
Post by: T-Bone on July 23, 2010, 01:17:59 PM
Well, that was as simple as I am...thanks, Corey.