Aligning text within a textbox

I need to center text within a textbox. Is this possible, at all? Can someone give me an example?

ThanksHi!

Something like this: <input value="I am centered" style="text-align:center;">

Cheers - PitAre you talking about a <textarea> or a <input type=text> within a form, or something else?I am talking about <input type=text> and Pit's suggestion works like a charm.

ThanksNice! :) You're welcome.

Cheers - Pit
 
Back
Top