abajan

craigslistButtonsFor_mhuwe

Sep 13th, 2011
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. This generates a plain button:
  2.  
  3. <a href="http://www.jotform.com/form/12553455994" target="_blank"><button type="button">Contact Us</button></a>
  4.  
  5.  
  6. While this generates a green one:
  7.  
  8. <a href="http://www.jotform.com/form/12553455994" target="_blank"><button type="button" style="color:#FFF; background-color:#5AC36C; border-color:lightgreen; font-weight:bold;">Contact Us</button></a>
  9.  
  10.  
  11. (Even though it may seem redundant, always include the "type" attribute. See http://www.w3schools.com/tags/tag_button.asp)
Advertisement
Add Comment
Please, Sign In to add comment