Hunchman801
Administrator
- Messages
- 87,875
- Tings
- 641,252
Yes we can, maybe we should use it.
Oh, you mean:Hunchman801 said:This does not mean anything, even if some browsers will recognize it. You should write "checkbox" without any space... And do not forget it needs the <form> tags to make sense![]()
Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tagneo said:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
OKHunchman801 said:Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tagneo said:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>![]()