Am I missing something? I thought to align a numeric field to the right, it was done as follows:
<input name="MthActSvc Rev1" id="MthActSvcRe v1" align="right" type="text" value="<%=dbMth ActSvcRev%>"
The number continues to align to the left instead of the right:
100
----------------
<input name="MthActSvc Rev1" id="MthActSvcRe v1" align="right" type="text" value="<%=dbMth ActSvcRev%>"
The number continues to align to the left instead of the right:
100
----------------
Comment