Do you want horizontal space or vertical space? Vertical is easy. Just use <br> Code (markup): Horizonal could be accomplished by putting your form in a table, & using a table column of a set width in between the two form elements (each of which would be in their own column.) Hope that helps. If you could give us the page you are working on, it would be easier to understand exactly what you want. Adam
for example <table cellspacing="40"> gives you 40 pixels of spacing between table fields if background white = then white space else define table <table cellspacing="40" bgcolor="white"> if columns/fields are in colors
Thanks everyone. I would like to do this in both javascript and html. I need the spacing to horizantal. This is what i have: <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <BR> <TD><FONT SIZE=2>Item 1 Barcode <INPUT TYPE=text VALUE=""</FONT></TD></TR> Code (markup): I need to put some spacing between the word "Item" and the word "Barcode". Ther