Jun 29, 2001 #1 HomerJS Programmer Jun 25, 2001 86 US Ok, stupid question: How do you align text inside a textbox? Thanks in advance for relieving me of my stupidity.
Ok, stupid question: How do you align text inside a textbox? Thanks in advance for relieving me of my stupidity.
Jun 29, 2001 #2 crazyboybert Programmer Jun 27, 2001 798 GB Hi Homer, you can align the text in a textbox like this Code: <input type="text" style="text-align:right"> hope this is what your are looking for Upvote 0 Downvote
Hi Homer, you can align the text in a textbox like this Code: <input type="text" style="text-align:right"> hope this is what your are looking for