HTML: Center text in an input?

Solved
Matwil -  
Goelano Posted messages 5 Registration date   Status Member Last intervention   -
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. Wal
     
    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. oliwan
       
      exactly :)
      0