Posted by Bergamot on 12/14/06 22:13
Jonathan N. Little wrote:
>
> .toright { text-align: right; }
>
> <input name="test" type="text" size="10" class="toright" value="sample">
You should use a class name that describes the content, not the style.
In the OP's case, class="amount" or something else indicative of numeric
content would be more suitable.
--
Berg
[Back to original message]
|