Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This generates a plain button:
- <a href="http://www.jotform.com/form/12553455994" target="_blank"><button type="button">Contact Us</button></a>
- While this generates a green one:
- <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>
- (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