Click to See Complete Forum and Search --> : Team Name in table Link


Free Runner
08-21-2009, 06:51 PM
I run a fantasy football league and display the current positions online. The table is html and i want to place a link on each team name to there team page. With the table constantly changing and obviously each team name moving up or down the table how can I attach a specific link to a specific team name without inserting the links each time the table is updated?

ryanbutler
08-22-2009, 10:56 AM
W/ HTML, not possible, w/out doing what you just mentioned. W/ a server-side technology (ASP,PHP, ASP.NET), and a database engine. you could place a link in a table cell, query some tables, grab the result set and rip through a loop to do it.