Forum Discussion

Ian_Turner's avatar
Ian_Turner
Qrew Cadet
9 years ago

Right Align Number Fields in a Form

We have created a form that needs number fields to be right aligned to make it easily readable, however the fields are all left aligning - can we get them to right align?

3 Replies

  • I don't think that there is any easy answer to that one.  I agree with that issue.
  • Use IOL with this essential code:

    $("input").css({"text-align": "right"});

    • JonathanSpencer's avatar
      JonathanSpencer
      Qrew Trainee
      As IOL is no longer available, is there another  way to achieve the desired result of right aligning the content of a field in a QB form? It seems a pretty basic requirement to have numeric fields right aligned in forms...

      ------------------------------
      Jonathan Spencer
      ------------------------------