text align right

  • Thread starter Thread starter Claudia Fong
  • Start date Start date
C

Claudia Fong

Hi

I add this code in my asp.net file and I can see the text align to the
right, but I can't see the difference when I displayed the webpage in my
PDA.. so my question is does someone know why? I got mobile 5 in my PDA

<asp:TextBox ID="TextBox1" runat="server" style="text-align:right" />


Cheers!

Claudi
 
Does it get reneder like that to the mobile browser (e.g< input type="text"
style="...") and b) does the browser support that?
 
Back
Top