changing the text on a button
Any idea how to set the text on a button to appear on the left hand side of the button rather than right in the middle?
Please don't respond though unless you actually know how to solve this problem, pretty please :)
here is a sample if you run this you will see the text in the middle of the button, I want it to appear on the right side...
<head>
<style type="text/css">
.NavBarTop {
BACKGROUND-COLOR:#000000;
CURSOR: Hand;
FONT-FAMILY: Arial;
FONT-SIZE: 12px;
COLOR:#FFFFFF;
text-align:left top;
}
</style>
</head>
<p align="left"> </p>
<p align="left"><input name="id" type="submit" value="Laaa Daa Daa" class=NavBarTop>
</p>