masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
I'm not gone give you code just idea how to go about it
1st get the number from user
2nd simple for loop will do it for you
for example 4 rows with html tag td
for( int i = 0; i <= 4; i++)
{
<td> empty/with text</td>
}
Be aware I did not include it exact coding, this just kind of pseudo code
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902