Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>searchbox</title>
  5.  
  6. <style>
  7.  
  8. #main{
  9. width:1000px;
  10. height:40px;
  11. margin:auto;
  12. background-color:grey;
  13.  
  14. }
  15. #fr{
  16. float:right;
  17. margin-right:20px;
  18. margin-top:10px;
  19. }
  20. #imagine{
  21. margin-left:20px;
  22. }
  23. #2{
  24.  
  25. }
  26. #3{
  27.  
  28. }
  29.  
  30.  
  31.  
  32. </style>
  33.  
  34. </head>
  35. <body>
  36. <div id="main">
  37. <a href="" id="imagine"><img src="http://docs.blackberry.com/en/smartphone_users/deliverables/21204/icon_facebook_Precsn_Zen_1069666_11.jpg" ></a>
  38. <form method="get"action="http://wap.google.com/xhtml" id="fr"><input type="text"name="q"size"15"value=""/><input type="hidden"name="hl"value="en"/><input type="hidden"name="lr"value=""/><input type="hidden"name="le"Value=""><input type="submit"name="btnG"value"Search"/></form>
  39. </div>
  40.  
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement