Re: Text box justifying
- From: "mantrid" <ian.dandav@xxxxxxxxxx>
- Date: Fri, 04 Jan 2008 16:08:44 GMT
cheers nick
I tied method one but my monitor complained of feeling sick, then I had the
bright idea turning my self upside down but I fell of my chair. I suppose I
have to try the second, less sensible of your methods. Hope it works.
Ian
"Nik Coughlin" <nrkn.com@xxxxxxxxx> wrote in message
news:fljuks$muf$1@xxxxxxxxxxx
of
"mantrid" <ian.dandav@xxxxxxxxxx> wrote in message
news:4Gefj.23298$1j1.18733@xxxxxxxxxxxxxxxxxxxxxxx
Hello
How do you make the value in a textbox show as justified right instead
the default left?
Ian
Turn your monitor upside down.
Or:
<style type="text/css">
.numeric {
text-align: right;
}
</style>
<form action="this.html" method="post">
<input type="text" name="cost" class="numeric">
<input type="text" name="extraCost" class="numeric">
<input type="submit" value="Calculate">
</form>
.
- References:
- Text box justifying
- From: mantrid
- Re: Text box justifying
- From: Nik Coughlin
- Text box justifying
- Prev by Date: Re: Breaking in IE6
- Next by Date: Re: Update to my old 3 column layout template
- Previous by thread: Re: Text box justifying
- Next by thread: Link text
- Index(es):