View Single Post
Old 01-08-2013, 02:06 AM   PM User | #1
The reaper
Regular Coder

 
Join Date: Oct 2009
Location: Florida
Posts: 153
Thanks: 16
Thanked 2 Times in 2 Posts
The reaper is an unknown quantity at this point
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>&nbsp;</strong></font></td>
<td style="background-color:#0000BA;"><a href="page#2" title="2"><font color="#000000"><strong>&nbsp;</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!
The reaper is offline   Reply With Quote