Sorry for this question but I can\'t seem to find an answer anywhere. I have CSS code that should set the height of my text box. I am using VS2010 Express for Windows phone,
Don't use height property in input field.
Example:
.heighttext{ display:inline-block; padding:15px 10px; line-height:140%; }
Always use padding and line-height css property. Its work perfect for all mobile device and all browser.