Advertisement
Guest User

my html

a guest
Sep 13th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. body
  2. {
  3.     width: 800px;
  4.     min-height: 100%;
  5.     position: relative;
  6.     margin-left: auto;
  7.     margin-right: auto;
  8.     background-image:url('back.jpg');
  9.     background-position: left;
  10.     background-repeat: repeat;
  11. }
  12.  
  13.  
  14. <body >
  15.     <form id="form1" runat="server" style="background-color: White; Margin: 10px; min-height: 100%; position: relative; ">
  16.     <div style="margin: 5px; min-height: 100%;">
  17. </div
  18. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement