Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <input type="submit" name="submit" src="images/stack.png" />
  2.  
  3. <input type="image" id="myimage" src="[...]" />
  4.  
  5. #myimage {
  6. height: 200px;
  7. width: 200px;
  8. }
  9.  
  10. <input type="image" id="myimage" style="height:200px;width:200px;" src="[...]" />
  11.  
  12. <button type="submit"><img src="/path/to/image" alt="Submit"></button>
  13.  
  14. <input type="submit" name="submit" style="background: url(images/stack.png); width:100px; height:25px;" />
  15.  
  16. <input type="button" value="text" name="text" onClick="{action}; return false" class="fwm_button">
  17.  
  18. .fwm_button {
  19. color: white;
  20. font-weight: bold;
  21. background-color: #6699cc;
  22. border: 2px outset;
  23. border-top-color: #aaccff;
  24. border-left-color: #aaccff;
  25. border-right-color: #003366;
  26. border-bottom-color: #003366;
  27. }
  28.  
  29. <input type="image" src="/library/graphics/cecb2.gif">
  30.  
  31. <input type= "image" id=" " onclick=" " src=" " />
  32.  
  33. <a href="#">
  34. <img src="p.png"></img>
  35. </a>
Add Comment
Please, Sign In to add comment