How can I centre the input field\'s placeholder\'s alignment in a html form?
I am using the following code, but it doesn\'t work:
CSS ->
inpu
input{ text-align:center; }
is all you need.
Working example in FF6. This method doesn't seem to be cross-browser compatible.
Your previous CSS was attempting to center the text of an input element which had a class of "placeholder".