computergeek67 Administrator


Joined: 31 Jul 2007 Posts: 144 Tokens: 147 Location: US
|
Posted: Thu Nov 08, 2007 6:43 pm Post subject: Make a Check List |
|
|
ok
first you need to do your normal
but then after the <body> you write:
| Code: | | <input type="checkbox" name="tester">tester |
and it should come up with a checkbox with tester next to it then you just repeat it changing the name tester to something els
after this youl need to insert a submit button you'll do this by typing
| Code: | | <input type="submit" name="submit"> |
after all this you'll need to close the tag by typing
-The Anizone
_________________
Come to me if you have any questions  |
|