1. <!-- A simple button style -->
  2. <style type="text/css">
  3.  
  4. .MyButtonStyle {
  5.  
  6. background-color: #C6C6C6;
  7. width: 200px;
  8. height: 60px;
  9.  
  10. /* Vertical align text using line-height = regular height */
  11. line-height : 60px;
  12. text-align: center;
  13. font-size: 18px;
  14. border: 1px solid #000;
  15.  
  16. /* Center button on page using auto margin-left/right */
  17. margin-left: auto;
  18. margin-right: auto;
  19.  
  20. }
  21.  
  22. </style>
  23.  
  24. <!-- Wimpy Button Instance -->
  25. <div class="MyButtonStyle" data-wimpybutton="../song3.mp3" data-playtext="Play (text via option)" data-pausetext="Pause (text via option)" data-loadingtext="Loading (text via option)"></div>
giItT1WQy@!-/#