old web buttons part 1

so I found some cute buttons, these aren't mine, comment "using" if you're using them, and tell me if should I post more!



10 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

(DON'T CLICK IF EPILEPTIC) S6RUP_S0D2

(DON'T CLICK IF EPILEPTIC...'s profile picture

Can you give the code so I can use? I wanna use them all-


Report Comment



Idk what do you mean :'(

by Juno ✡︎; ; Report

The HTML code, it's the string of code that composes the image that you put on your profile, like the code for layout customization

by (DON'T CLICK IF EPILEPTIC) S6RUP_S0D2; ; Report

here's what i'd do:

<img src="[the image's url]" />

so for the button that says "wacky", you'd put smth like

<img src="https://external-media.spacehey.net/media/smduoJvnIpDbTRRoPN11q-yPEjye2Ka-reUZkW43d7-g=/https://64.media.tumblr.com/055ca80b2ae48ff1704b21cc520f35db/tumblr_inline_pdytkuHhaP1v11djx_500.gif" />

and hyperlinks are like

<a href="[url]"> [words- or an image] </a>

so if you want the link to go to YouTube you could do

<a href="http://www.youtube.com/">Youtube</a>

and if you want clicking the "wacky" button to bring you to YouTube, you'd put the button instead of the word "youtube", so

<a href="http://www.youtube.com/"><img src="https://external-media.spacehey.net/media/smduoJvnIpDbTRRoPN11q-yPEjye2Ka-reUZkW43d7-g=/https://64.media.tumblr.com/055ca80b2ae48ff1704b21cc520f35db/tumblr_inline_pdytkuHhaP1v11djx_500.gif" /></a>

and here's a link to what that looks like!

https://blog.spacehey.com/entry?id=1222841

by kaymartz; ; Report