Advertisement
Guest User

options

a guest
Oct 7th, 2014
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <div style= "position:relative; margin: 0px auto; width: 50%; ">
  2.  
  3.  
  4. <form method="post" accept-charset="utf-8" action = "search" >
  5.  
  6. <div style= "position:relative;width:50%;top:20px; margin: 0 auto; ">
  7.  
  8. <div style ="width:50%; float: left;">
  9.  
  10. <select class="turnintodropdown" name= "fname" >
  11.  
  12.  
  13.  
  14.  
  15. <option value ="newest" >Newest</option>
  16. <option value ="online_now" selected >Online now</option>
  17. <option value= "random">Random</option>
  18.  
  19. <!-- Add sub option how new. Hours, Days, Weeks -->
  20.  
  21.  
  22. </select>
  23.  
  24.  
  25. </div>
  26. <div style ="width: 50% ;margin-left: 50%">
  27.  
  28. <select class="turnintodropdown" name= "pname" >
  29.  
  30.  
  31. <option value ="1" >1</option>
  32. <option value ="2" >2</option>
  33. <option value= "3">3</option>
  34. <!-- Add sub option how new. Hours, Days, Weeks -->
  35.  
  36.  
  37. </select>
  38. </div>
  39.  
  40. <input type= "submit" value="submit " style='position:relative; top:100px'>
  41. </div>
  42. </form>
  43.  
  44.  
  45.  
  46.  
  47. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement