« Helping each other Forum

how do i add stamps

Posted by hallodu

posted
updated

Forum: Helping each other

i cant seem to figure out how to add a stamp to my profile. 

i copy the link and add it in but no stamp, just a link.


Report Topic

7 Replies

Sort Replies:

Reply by ☆herman☆

posted
updated

What do you mean by stamps? 


do you mean adding small images like this? 

edit: lol i made the image small, but it resized when i posted


Permalink Report Reply

Reply by saturnstellar✧˖*°࿐

posted
updated

I gotchu. 


I found this code while lurking for layouts.
It works for everything. Pictures, gifs, stamps... stamps are a gif. Just make sure all links you're adding have (.typeoffile) thingy at the end. (In advance, gifs from "Giphy" don't work. You'll have to download them and post the gif somewhere else. I use discord personally, since it's the easiest.) 

<!-- (c) Layout created by 🎀 HeroinSwan 🦢 (https://layouts.spacehey.com/layout?id=19336) -->

<img src="enterurlofimagebetweenquotationmarks"/> 


Permalink Report Reply

Reply by JillTheSomething

posted

use the img tag


<img src="directlinktoimage">


Permalink Report Reply

Reply by tampon

posted

<img src="pastelinkhere"></img>

if you want to resize, you can by adding something like width="#px" or height="#px" so like

<img src="pastelinkhere" width="20px" height="10px"></img>


if you want to make it so that it has a border radius or it matches your layout just add a div

<div class="banners">

<img src="pastelinkhere" width="20px" height="10px"></img>

<img src="pastelinkhere" width="20px" height="10px"></img>

</div>


.banners img{border-radius: 10px}


Permalink Report Reply

Reply by NozomiKaizoku

posted

The CSS code is

<img src="Insert stamp image link here"/>

and you can just put it anywhere you feel necissary. (however 4 me i have no idea where to put it lol)


Permalink Report Reply

Simple! First, you find the stamps you want to use! (I usually get them from neocities archives or deviantart)

Then, you're going to use this code to embed the stamp in your profile:

<img src="direct link to the image goes here"/>

If you need to, you can always resize your stamp by adding width values (I used 50px, but you can always replace that lmao)!

<img src="direct link to the image goes here" width="50px"/>


Permalink Report Reply

Reply by dakota 𓆣

posted

i use https://www.glitter-graphics.com/ for mine!! 


Permalink Report Reply