Form Alignment

I had some homework for my JavaScript class. This chapter deals with events. I was able to determine the names of the events and their handlers. Coded up some JavaScript functions to do the dirty deeds. The handlers just called my functions. Jobs done.

I was not satisfied with how my web page looked though. The second piece of the homework had me doing a form. The labels all lined up. But the input fields were all over the place. I knew these things could be lined up from previous experience. But my HTML skills are rusty.

Luckily dream in code came to the rescue. Just needed to put in some CSS that made the labels all be the same width. Then the fields that follwed them all ligned up as well. You would think somethink this common would be second nature for me by now.