I want to align the text boxes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Free Album Finder</title> </head> <body> <form style="text-align: left;" method="post" action="results.php"> <span style="font-family: Century Gothic;"> Band Name: <input type="text" name="band"/><br /> Album Name: <input type="text" name="album" /><br> <input type="submit" value="Search!" /> </form> </body> </html>
What would I use to align the two text boxes EXACTLY?


Sign In
Create Account


Back to top









