Hi, is it possible to modify the size and font of a button (with out modifying other parts of the frame or page) at all? Thanks ------------------ Sun Certified Programmer for Java Platform
Sun Certified Programmer for Java Platform
A1ien51 CNEUFOs
Greenhorn
Joined: Nov 05, 2001
Posts: 16
posted
0
yeppers it can be done <input type="button" name="button" value="Hi" style="color:blue;fontFamily:Arial;width:40px;"> play around with that A1ien51