Menu

Right justified with display tag

Help
Robert
2007-06-20
2012-10-09
  • Robert

    Robert - 2007-06-20

    I don't know how to do a right justified on the column using the display tag, can anyone show me how to accomplish this task.

    TIA

     
    • Ed Webb

      Ed Webb - 2007-06-21

      Simple.
      in your jsp page:

      <display:column class="numeric" ... />

      in your css:

      td.numeric {
      text-align: right;
      ...
      }

      Ed!

       

Log in to post a comment.