I would like to have the text in a text_field_tag right justified
instead of left justified. Is there a way to do this?
Thanks,
Alex
I would like to have the text in a text_field_tag right justified
instead of left justified. Is there a way to do this?
Thanks,
Alex
Alex DeCaria wrote:
I would like to have the text in a text_field_tag right justified
instead of left justified. Is there a way to do this?Thanks,
Alex
CSS
Fernando P. wrote:
Alex DeCaria wrote:
I would like to have the text in a text_field_tag right justified
instead of left justified. Is there a way to do this?Thanks,
Alex
CSS
Thanks Fernando, but can you give me a little more to go on? I’m not
familiar with CSS.
Alex
Jeff.Corcoran wrote:
CSS is cascading style sheets - very important to know -
www.blooberry.com has a good overview.
Just quickly you may be looking for something like this in your CSS
INPUT {text-align:right;}
On Jul 13, 9:02�am, Alex DeCaria [email protected]
Thanks Jeff! - Alex
CSS is cascading style sheets - very important to know -
www.blooberry.com has a good overview.
Just quickly you may be looking for something like this in your CSS
INPUT {text-align:right;}
On Jul 13, 9:02 am, Alex DeCaria [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs