|
-
Mar 15th, 2007, 04:30 AM
#1
Thread Starter
Member
[RESOLVED] how 2 make user able to put their information in a table when the page's in a browser
i want to create a table where when the page is in a browser, the user can store information in the table. however the code that i am using right now does not allow the user to store information in the table. what should i do so that the user able to put their info in the table??
this are the codes that i am currently using:
<table width="739" border="1">
<tr>
<th class="style1" scope="col">Name of People</th>
<th class="style1" scope="col">Hobbies</th>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="28"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|