Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <style type="text/css">
  7. .auto-style1 {
  8. width: 100%;
  9. }
  10. .auto-style2 {
  11. width: 172px;
  12. }
  13. .auto-style3 {
  14. width: 172px;
  15. height: 26px;
  16. }
  17. .auto-style4 {
  18. height: 26px;
  19. }
  20. .Management/Resources/Logo.PNG {}
  21. </style>
  22. </head>
  23. <body>
  24. <form id="form2" runat="server">
  25. <div>
  26.  
  27. <div style="height: 123px">
  28.  
  29. <asp:Image ID="Image1" runat="server" GenerateEmptyAlternateText="True" Height="156px" ImageUrl="~/Resources/Logo.PNG" Width="175px" />
  30. <br />
  31. <br />
  32. <br />
  33. <br />
  34.  
  35. <asp:Button ID="HomeButton" runat="server" BackColor="Fuchsia" BorderColor="#CC00CC" Text="Home" Width="180px" PostBackUrl="~/Web Pages/Home.aspx" />
  36. <table class="auto-style1">
  37. <tr>
  38. <td class="auto-style2">
  39. <br />
  40. <asp:Label ID="UserNameLabel" runat="server" Text="Username :"></asp:Label>
  41. </td>
  42. <td>
  43. <asp:TextBox ID="UserNameTextBox" runat="server" Width="714px"></asp:TextBox>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td class="auto-style2">
  48. <asp:Label ID="EmailLabel" runat="server" Text="Email :"></asp:Label>
  49. </td>
  50. <td>
  51. <asp:TextBox ID="EmailTextBox" runat="server" Width="714px"></asp:TextBox>
  52. </td>
  53. </tr>
  54. <tr>
  55. <td class="auto-style3">
  56. <asp:Label ID="PasswordLabel" runat="server" Text="Password :"></asp:Label>
  57. </td>
  58. <td class="auto-style4" style="font-weight: 700">
  59. <asp:TextBox ID="PasswordTextBox" runat="server" Width="714px"></asp:TextBox>
  60. &nbsp;
  61. <asp:Button ID="ProceedButton" runat="server" BackColor="#FF33CC" Text="Proceed" />
  62. </td>
  63. </tr>
  64. </table>
  65.  
  66. <br />
  67. <br />
  68.  
  69. </div>
  70.  
  71. </div>
  72. </form>
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement