Answers

Nov 21, 2006 - 08:06 AM
Hi John2,
There are two kinds of textboxes in HTML, and
For the first one ( ) I don't think it is possible to change the alignment (not even CSS's direction: rtl seems to have any effect...)
but for the it is quite simple with center"
You can change the height of a to make it look like an field :-)
There are two kinds of textboxes in HTML, and
For the first one ( ) I don't think it is possible to change the alignment (not even CSS's direction: rtl seems to have any effect...)
but for the it is quite simple with center"
You can change the height of a to make it look like an field :-)

Nov 21, 2006 - 09:32 AM
Hi Jgivoni,
I actually found the answer myself also. I was able to center the textbox like this:
It worked like a charm. Thanks for your input.
I actually found the answer myself also. I was able to center the textbox like this:
It worked like a charm. Thanks for your input.

Feb 11, 2007 - 08:41 AM
I realized that my first answer relied on a typing error, therefore I couldn't get it to work!
John is right, "text-align: center" is all that is needed. Sorry for my mistake.
John is right, "text-align: center" is all that is needed. Sorry for my mistake.

Feb 11, 2007 - 08:43 AM
The simple solution:
text-align: center
This css property will center text within textboxes and textareas.
Examples:
text-align: center
This css property will center text within textboxes and textareas.
Examples:

Jan 05, 2015 - 12:01 AM
You can do center text withina textbox by writing this code <text align="center"> you can write this code in html body part and if you are looking to do text in a left then write <text align="left">.

Dec 17, 2015 - 12:47 AM
All you need to do is just type in <text align="center">. If you want to do text in left write <text align="left">, similar for text in tight <text align="right">. If you need more tips, visit http://themindpark.com/
Add New Comment