Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More problems with buttons

Status
Not open for further replies.

nerram

Programmer
Apr 23, 2003
56
IE
<input name=&quot;Budget&quot; type=&quot;button&quot; value=&quot;Money spent by Lecturer=&quot; style=&quot;color:blue; font-face:Arial; font-size:7px; border-color:yellow; border-width:2px; background-color:yellow;&quot;>
<INPUT type=TEXT name=&quot;price&quot; size=&quot;2&quot;>

If you view the above code you will see that at the end and the beginning of the button there is alot of redundant space. What i want is that the equals is adjacent to the text box. Is this possible? Cheers in advance for any response.
 
style=&quot;text-align : right;color:blue; font-face:Arial; font-size:7px; border-color:yellow; border-width:2px; background-color:yellow;&quot;>

Some other features you might want to use
width:XXpt;
height:XXpt;
padding: XX YY ZZ WW;

good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top