11-23-2009 07:56 PM - last edited on 11-24-2009 10:27 AM
I have tested a web page I created on both an 8830 (OS v4.5) and an 8703e (OS v4.1). The html looks like this:
<table>
<tr><td><input type="button" text="MDS" style="width:90px;" /></td></tr>
<tr><td><input type="button" text="Demographics" style="width:90px;" /></td></tr>
</table>
On both devices' browsers (Blackberry browser in Blackberry emulation mode) the buttons display the same size but on the 8703e the text is centered while on the 8830 the text is left aligned (*both* Page and Column View)?! I tried adding style="width:90px;text-align:center;" but that is not supported. The only way I could make the button text "appear" to be centered is by padding the text value with spaces, but as soon as you change the font size it throws off the centered appearance.
Any ideas?