Pete,

Tricky but how about giving a padding right thats wide enough to push the text left?

e.g:

<form action=""> <input type="submit" value="Submit" style="width:20em;text-align:left;padding-right:15em;margin-left:0" />
</form>


On 19/07/05, Peter Ottery <[EMAIL PROTECTED]> wrote:
hi,
I'd like to left align the text in a form submit button. The following
seems to work in IE (5.5+), but not in Firefox:

----------------
<form action=""><input type="submit" value="Submit" style="width:20em;text-align:left" />
</form>
----------------


Regards,
Amit Karmakar
http://karmakars.com

Reply via email to