|
How to generate a table with unique ids?
Hello there,
I've been trying to figure out how to make a table, in this case it's a 50x50 table with each one having a different "title" tag here is the first one:
<td style="background-color:#0000BA;"><a href="page#" title="1"><font color="#000000"><strong> </strong></font></td>
<td style="background-color:#0000BA;"><a href="page#2" title="2"><font color="#000000"><strong> </strong></font></td>
I'm not really sure how to do this, I am thinking it is possible with a while loop, but I don't know how to add the variables and limit the row and column count.
Any help would be greatly appreciated!
|