I want to display
Name [Textbox]
Age: [Textbox]
BlahBlahCatfish: [Textbox]
but if I simply plonk the code in, it gets lined up exactly as its lined up above.
What I want is for it to be lined up like this:
Name: [Textbox]
Age: [Textbox]
BlahBlahCatfish: [Textbox]
Ordinarly I would use a Table but I am trying to get out of that habit and use lovely CSS. Ideas of how to do this without billions of divs and stuff?