Increasing the font size of a button

billiefern

New Member
I have an application made in struts 1.2 and it will be accessed by Desktop browser as well as Android browser. The layout of the DEsktop browser is fine but having problems with the layout in Android browser. Somehow I managed to do the UI look and feel changes but stuck with the button font. Below is the code I wrote for the button:\[code\]<html:submit property="action" value="http://stackoverflow.com/questions/14534097/Login" style="width: 150px;height: 80px;"></html:submit>\[/code\]The button appearence is fine but the font of the button i.e. \[code\]Login\[/code\] is very small. I tried adding the \[code\]font: 100px;\[/code\] in the \[code\]style\[/code\] attribute but it did not worked. Any suggestions on how to increase the \[code\]font\[/code\] size of the submit button text?Please let me know about this.Regards,
 
Back
Top