Advertisement
Guest User

Footer Code

a guest
May 8th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.77 KB | None | 0 0
  1.         <!--====================Begin Footer========================-->
  2. <style type="text/css">
  3. .footer {
  4.     position:absolute;
  5.     bottom:0px;
  6.     width: 100%;
  7.     margin-left: 0px;
  8.     height: 100px;
  9.     border-top: 1px solid black;
  10. }
  11. </style>
  12.  
  13. <div class='footer'>
  14.     <div style="padding-top:20px;">
  15.         <center>
  16.                 <font face="calibri" color="black">
  17.                     &copy;Website. All Rights Reserved.
  18.                 </font>
  19.        
  20.                     <form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
  21.                     <input name="q" type="hidden" />
  22.                     <input type="text" placeholder="Search our site..." name="qfont" /> <input type="submit" value="Search" />
  23.                     </form>
  24.                    
  25.         </center>
  26.     </div>
  27. </div>
  28.  
  29.         <!--====================End Footer==========================-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement