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,
Try with padding and line-height -
padding
line-height
input[type="text"]{ padding: 20px 10px; line-height: 28px; }