computergeek67
|
Make a Check Listok
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
|