Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms with CSS

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
I asked this question a couple years ago, but I'm back to ask it in a different way.

I have forms, some simple some complex... let's just focus on a very simple one right now.

Username: [input box for username]
Password: [input box for password]

Now, it seems silly to me to do
Code:
<table>
  <tr>
    <td>
      Username:
    </td>
    <td>
      <input type="....
and so on

But if I don't, then the input box for password is slightly to the left ... not a big deal, but presentation is very important, and for the more complex forms the problem is magnified.

So, I'm under the assumption there should be a great way to handle forms in CSS, but I'm unaware of any, but I'd rather use it if there is, so if there is, could some one please enlighten me?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top