Right To left for Textbox

  • Thread starter Thread starter J-T
  • Start date Start date
J

J-T

I have a form which has some textboxes on it.I'd like to set the direction
for some of the textboxes from right to left and fo some the others from
left to right.How should I accomplish this?

Thanks a lot
 
Hi,

You can add a style attribute "text-align:right" to the text box. You can
also create css style with the above attribute set and apply the style to the
text box
 
Thanks ,
Saravanan K V said:
Hi,

You can add a style attribute "text-align:right" to the text box. You can
also create css style with the above attribute set and apply the style to
the
text box
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top