Centering an input field inside a td

Hello everyone

I have a table with data where a user can add points to each row/record so I added an input field in one of the columns, I have been trying to center the field with margin but when I do that the field gets bigger, how can I, using CSS center the input field in the td?

Give text-align:center on the parent <td> :).

That did not center it, I tried it before and that did not work!

Give us a link to the page. It should have worked :).

The page is password protected, can I send you a pm with the admin credentials?

I guess, though if you’re willing to trust me with it, might as well let everyone be trusted with it.

Couldn’t you upload a copy of the page which shows the issue? A page that isn’t PW protected.

text-align did work, there was a misspelling on my style sheet

Glad to hear :).