|
-
Nov 19th, 2002, 08:21 PM
#1
Thread Starter
Addicted Member
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>
-
Nov 20th, 2002, 03:59 AM
#2
Fanatic Member
-
Nov 20th, 2002, 06:13 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|