Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

1st, 2nd, 3rd etc CFML

Guest
Jul 06, 2006 Jul 06, 2006

Copy link to clipboard

Copied

How do I make it automatically generate positions?

Thanks for your help in advance!

<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="standeredtext_bold">Rank</td>
<td class="standeredtext_bold">Points</td>
<td class="standeredtext_bold">ClanName</td>
<td class="standeredtext_bold">Leader</td>
<td class="standeredtext_bold">Active</td>
<td class="standeredtext_bold">Challenge?</td>
<cfoutput query="clans">
<tr>
<td class="standeredtext_bold">


1,2,3,4,5,6,7,8,9 etc etc as records are generated. Right down the page.


</td>
<td class="standeredtext_bold"> </td>
<td class="standeredtext_bold">#clans.Points#</td>
<td><a href="clans.cfm?action=Clans&ID=#clans.ClansID#">#clans.ClanName#</a></td>
<td><a href="users.cfm?action=User&ID=#clans.UsersID#">#clans.UserName#</a></td>
<td></td>
</tr></cfoutput>
</table>
TOPICS
Server side applications

Views

204
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 09, 2006 Jul 09, 2006

Copy link to clipboard

Copied

LATEST
bump

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines