ASP.NET Checkbox Text not aligned right or left to the Checkbox
问题 In the new Visual Studio 2012 Webforms Templates all my ASP.NET Checkboxes and Radiobuttons have the Text on top or on bottom. Is the intended!? How can i align the text right as it always was? I tried disable theming and set the cssclass to checkbox but nothing changed. Solution found : I researched the html in firebug and it seems that the default Microsoft CSS is broken(!) label { display: block; } causes the wrong aligment 回答1: It is styling issue. Maybe the page viewport is too small and