Hazbin1011

Stud ad HTML stuff

Mar 11th, 2023
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. Adjust image size:
  2.  
  3. <img src="ImageLinkHere"width="#px" height="#px"/>
  4.  
  5. <img src="ImageLinkHere"width="#px"/>
  6.  
  7. the second one is what i use, but if youre wanting to adjust the image specifically then use the top one.
  8.  
  9. just the image:
  10.  
  11. <img src="ImageLinkHere"/>
  12.  
  13. Making images links:
  14.  
  15. <a href="Linkhere"><img src="ImageLinkHere"/></a>
  16.  
  17. ----------------------
  18. prewritten code for stud ad:
  19.  
  20. <a href="what you want it to link to"><img src="the image file from the image host, should end in .jpg"/>width= 400px</a>
  21.  
  22. copy and paste the below code, then fill it in. This will make your king image clickable, and shrink it to fit better. use your kings link.
  23.  
  24. <a href="linkhere"><img src="imagelinkhere"/>width= 400px</a>
  25.  
  26. ^^^^^^^^^^^
  27.  
  28.  
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment