C
Casey
I have some text boxes that I am using for input from
users. Some of them I would like to have align any
entries of text to the right instead of the left alignment
that they allow. How can I have the text entries align to
the right inside of the? The following is what the
properties for one of the text boxes is.
<input type="text" name="T1" size="32" tabindex="2">
Is there an attribute that I can add to solve this
issue?
I would appreciate any assistance.
Thanks
users. Some of them I would like to have align any
entries of text to the right instead of the left alignment
that they allow. How can I have the text entries align to
the right inside of the? The following is what the
properties for one of the text boxes is.
<input type="text" name="T1" size="32" tabindex="2">
Is there an attribute that I can add to solve this
issue?
I would appreciate any assistance.
Thanks