ShirtPrinter
New Member
I need to create a table with two rows and three columns. \[code\]<table border="1"> <tr> <td>Male</td> <td>Female</td> <td>Total</td> </tr> <tr> <td></td> <td></td> <td></td> </tr></table>\[/code\]Here I need the second row table data's as a input field like a form. I need to fill them by my own and submit it. How can this be done.Thank You