Hello,
I have a few text input boxes that I would like to left align so that it looks cleaner. Below is what I currently have and it's centered instead of left align because everything else is centered. Can you please help? I would like the Name: and Telephone: to be moved over to the center and the text input boxes to align with one another...
<div align="center">
<font color="ffffff">*</font>Name:
<input type="text" size="25" name="empid"><br><br>
<font color="ffffff">*</font>Telephone:
<input type="text" size="25" name="lastname"><br><br>
Thanks in advance,
sql99
I have a few text input boxes that I would like to left align so that it looks cleaner. Below is what I currently have and it's centered instead of left align because everything else is centered. Can you please help? I would like the Name: and Telephone: to be moved over to the center and the text input boxes to align with one another...
<div align="center">
<font color="ffffff">*</font>Name:
<input type="text" size="25" name="empid"><br><br>
<font color="ffffff">*</font>Telephone:
<input type="text" size="25" name="lastname"><br><br>
Thanks in advance,
sql99