Home» Forum» Web & Tech» just need a little help pls...

just need a little help pls...

Back to Web & Tech

idk if im allowed to ask for help on this forum but idk where else to ask....sigh...

anyway on my profile, im adding new stamps. however theyre aligned vertically instead of horizontally and it's really annoying me. like. really. annoying me. and i dont like the idea of scrolling for 4000 years just to see all the stamps. plus the empty space is irritating me

im not super good at coding anything past changing color and adding images, so im not sure if it's something in my code or if it's the site itself. pls help!!!

this is the code i use to display my graphics

This reply was deleted.

they're all different sizes so it might be hard


are you putting each stamp within it's own pair of "< p >" ? it might be that.

penis

@Sai Mene nope.... i just repeat the image code without the

s


you could try this code :聽

<div style="display:flex;justify-content: center;flex-wrap: wrap">
<img src="link">
</div>

basically what this does is it creates a category, it should work but i'm not 100% sure聽

you can remove the flex-wrap thing if it bothers you (it's only here to make sure your images go back to the next line once there's not enough space)

陹搬儛 嗷掙挶

@virtuelangel thank u sm... i will attempt this....

You must be logged in to reply.