Advertisement
Guest User

Fixed Page

a guest
May 8th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.09 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. var domainroot="www.enterlater.com"
  5.  
  6. function Gsitesearch(curobj){
  7. curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
  8. }
  9.  
  10. </script>                
  11. <meta name="description" content="" />
  12. <meta name="keywords" content="" />
  13. <meta name="author" content="Richie Brown" />
  14. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  15. <link rel="stylesheet" type="text/css" href="css/style.css" />
  16. </head>
  17. <title>Website Homepage</title>
  18. <body>
  19.  
  20. <!--====================Begin Navigation Bar========================-->
  21. <div id="navigation">
  22.     <div style="float:left;">
  23.         <a href="index.html">Home</a>
  24.         <a href="signup.html">Sign Up</a>
  25.         <a href="login.html">Login</a>
  26.         <a href="#">Link</a>
  27.         <a href="#">Link</a>
  28.         <a href="#">Link</a>
  29.     </div>
  30. </div>
  31. <!--====================End Navigation Bar==========================-->
  32.  
  33.     <!--====================Begin Content Area======================-->
  34. <div id="content" style="padding-bottom: 100px">
  35.  
  36. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  37.  
  38.     <div style="padding:10">
  39.     See my problem?
  40.     </div>
  41.  
  42. </div>
  43.     <!--====================End Content Area========================-->
  44.    
  45.         <!--====================Begin Footer========================-->
  46. <style type="text/css">
  47. .footer {
  48.     position:fixed;
  49.     bottom:0px;
  50.     width: 100%;
  51.     margin-left: 0px;
  52.     height: 100px;
  53.     border-top: 1px solid black;
  54.     background: #FFFFFF;
  55. }
  56. </style>
  57.  
  58. <div class='footer'>
  59.     <div style="padding-top:20px;">
  60.         <center>
  61.                 <font face="calibri" color="black">
  62.                     &copy;Website. All Rights Reserved.
  63.                 </font>
  64.        
  65.                     <form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
  66.                     <input name="q" type="hidden" />
  67.                     <input type="text" placeholder="Search our site..." name="qfont" /> <input type="submit" value="Search" />
  68.                     </form>
  69.                    
  70.         </center>
  71.     </div>
  72. </div>
  73.  
  74.         <!--====================End Footer==========================-->
  75.  
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement