Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Centering Text Displayed within a TextBox

Status
Not open for further replies.

newphpbie

Programmer
Oct 17, 2003
110
GB
Does anyone know how to center the text inside a textbox??

If it's even possible?? I'm sure I tried to do this once before but I can't remember If I managed to do it, or if I found that it just wasn't possible.

Here's the line of code ...

Code:
<input type=&quot;Text&quot; name=&quot;usrname&quot; value=&quot;$usrname&quot;>

I've tried all the center tags I can think of, and in a variety of positions....but still no joy...

??????????
 
Try this:
<input type=&quot;Text&quot; name=&quot;usrname&quot; value=&quot;$usrname&quot; style=&quot;text-align:center&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top