I need to know how to right align or right justify an Input or ASP TextBox for data entry.
I have a form that has several lines that are monetary figures and the data entry would look like Figure 1.
Figure 1:
Line Item 1 12.34
Line Item 2 135
Line Item 3 0.50
Line Item 4 25
I would like the data entry to look like Figure 2.
Figure 2:
Line Item 1 12.34
Line Item 2 135.00
Line Item 3 0.50
Line Item 4 25.00
I can figure out number format, but havent been able to figure out the alignment
I have a form that has several lines that are monetary figures and the data entry would look like Figure 1.
Figure 1:
Line Item 1 12.34
Line Item 2 135
Line Item 3 0.50
Line Item 4 25
I would like the data entry to look like Figure 2.
Figure 2:
Line Item 1 12.34
Line Item 2 135.00
Line Item 3 0.50
Line Item 4 25.00
I can figure out number format, but havent been able to figure out the alignment