Skip navigation
AndrewMichel1
Currently Being Moderated

Align form boxes

Jul 12, 2012 4:04 PM

I am trying to align my form boxes so they look more virticaly aligned, here is the code

 

<form id="form2" name="form2" method="post" action="">

  <p>

    <label for="firstname">First Name</label>

    <input name="firstname" type="text" id="firstname" tabindex="1" size="35" />

    <label for="lastname" class="Marginleft30">Last Name</label>

    <input name="lastname" type="text" id="lastname" tabindex="10" size="35" />

  <br />

  <label for="address">Address</label>

  <input name="address" type="text" id="address" tabindex="20" size="50" />

  </p>

</form>

 

Any ideas? thank you!

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points