i'm using the char to make a line break in a button label. here is the code:
<html>
<input style='width: 50px;height:60px;' type='button' value="abc" />
<input style='width: 50px;height:60px;' type='button' value="abc asd" />
</div>
the problem is that a button that's has the char in his label is not in the same height on the line as the second button. it only happens when i set the width and the height on the buttons. here is how it looks: http://jenya.moroshko.com/buttontest.html
any suggestions?