Before
After
add these changes in ur css
===========================================================
<style type="text/css" >
.TextBox
{
font-family: Arial, Tahoma, Verdana, Calibri;
font-size: 12px;
color: Black;
height: auto;
width: auto;
}
</style>=========================================================
<html xmlns="http://www.w3.org/1999/xhtml" > <body> <form id="form1" runat="server"> <table width="25%"> <tr> <td style="width:100%; text-align:left">UserName: </td> <td style="width:100%; text-align:left">
<asp:TextBox CssClass="TextBox" ID="txtUserName" runat="server"></asp:TextBox></td> </tr> <tr> <td style="width:100%; text-align:left">Password: </td> <td style="width:100%; text-align:left">
<asp:TextBox CssClass="TextBox" ID="txtPassword" TextMode="Password" runat="server"></asp:TextBox></td> </tr> </table> </form> </body> </html>
hope it,helped u :)
Have a nice day... 'N happy Coding :)


No comments:
Post a Comment