Log in

View Full Version : Resolved align entered values



abs0lut
01-09-2009, 12:21 PM
is it possible to align right the entered values in a textbox? could you please help me?

Snookerman
01-09-2009, 12:30 PM
Sure, add this to your css code:

textarea {
text-align: right;
}


Good luck!

abs0lut
01-09-2009, 11:35 PM
thank you very much

Snookerman
01-09-2009, 11:57 PM
You're welcome, glad to help! You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif then click Go Advanced and add the Resolved prefix to the thread title. This will let other users know the problem has been solved.

Good luck with your site!