Try changing the font size to smaller. They are probably getting their size from the body or paragraph tag and so reducing the button size just truncates them.
Margaret -----Original Message----- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:34 AM To: [EMAIL PROTECTED] Subject: Re: Regarding Hotkey in JSP page Hi all. I have a button that shows to arrows depicted using > or <. I wanted to change the height of that button from the default to something shorter. So I used: <input type="button" style="height:15px" value="<<"> But now the 2 arrows dont show all the way. I have tried setting padding to 0 setting margin to 0 setting line-spacing to 0 (which seems to make it go further down.. figure that one out :-P) and doing a host of other stuff including changing it from input to just button <button style="height:15px"><<</button> and even using sup <button style="height:15px"><sup><<</sup></button> but no matter what i do.. i cant get them to show all the way. Does anyone have any ideas? or should i go with images for buttons? Thanks, -Tim =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
