Author Topic: Add Text to Token  (Read 1065 times)

T-Bone

  • Full Member
  • ***
  • Posts: 173
    • View Profile
Add Text to Token
« 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?
If it ain't naked, deep-fried or poker-related, I ain't interested!

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Add Text to Token
« Reply #1 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">

T-Bone

  • Full Member
  • ***
  • Posts: 173
    • View Profile
Re: Add Text to Token
« Reply #2 on: July 23, 2010, 01:17:59 PM »
Well, that was as simple as I am...thanks, Corey.
If it ain't naked, deep-fried or poker-related, I ain't interested!