HTML: Center text in an input?

Solved
Hello everyone,
I would like to know if it's possible, and how to center the text in an input type="text".
Should I use the style="" ??
Thank you in advance to everyone who will respond.
Matwil

6 answers

  1. I think that the previous two answers are incorrect...
    you can indeed use the style by simply adding:
    style="text-align:center;"
    there you go.
    29
    1. exactly :)
      0