Testing text area

This commit is contained in:
Ubergeek 2019-07-13 22:54:43 +00:00
parent 0029cf494d
commit 10ec3e8ddd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ If you have any questions or problems relating to our service, or this website,
</select><br> </td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
<tr><td>Message:</td><td> <input type='text' name='message' rows = "10" cols = "80"><br><td>
<tr><td>Message:</td><td> <textarea name='message' rows = "10" cols = "80"><br><td>
</table>
<input type='submit'>
</form>