HTML: How do I create a space between a checkbox and the text next to it?

DPK

Senior member
Jan 10, 2000
473
0
0
I am only and HTML rookie and I am making a simple checklist for people to print out and check off. Here is the HTML line I am using:
<INPUT TYPE="checkbox" NAME="NAME">Task 1

I want there to be a good amount of space between the checkbox and the Task. If i just tab it over it will only go so far. What else can I add into this line to do so???
 

crystal

Platinum Member
Nov 5, 1999
2,424
0
0
& n b s p;

That stand for one space in the browser.

edit, that thing should be as one word. It not showing up if I put it as one word. :D
 

eklass

Golden Member
Mar 19, 2001
1,218
0
0
while that will work, it's bad form... set it in a table for really good formatting and look into <label for="NAME">Task1</label>