« 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

8 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


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"/> 


Report Reply

Reply by JillTheSomething

posted

use the img tag


<img src="directlinktoimage">


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}


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)


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"/>


Report Reply

Reply by ☆dakota☆

posted

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


Report Reply

Reply by consonantvolcanic

posted

  1. Find the Badge: Locate the badge or stamp that you want to add to your profile. This could be a badge representing an achievement, certification, membership, or affiliation.

  2. Get the HTML Code: Look for an option to obtain the HTML code for the badge. This is usually provided by the organization or website offering the badge. The HTML code typically includes an <img> tag with the URL of the badge image. super mario bros

  3. Copy the HTML Code: Once you have the HTML code for the badge, copy it to your clipboard. Make sure you're copying the entire code, including the <img> tag and any attributes.

  4. Edit Profile: Go to the profile settings or editing section of the website or platform where you want to add the badge. Look for an option to edit your profile or add custom HTML code.

  5. Paste the HTML Code: In the profile editing interface, find the section where you can add custom HTML code or insert an image. Paste the HTML code for the badge into this section.

  6. Save Changes: After pasting the HTML code, save your profile changes. The badge should now be displayed on your profile.


Report Reply