html / css help ywy

i cant seem to get my images scaled correctly, they are always huge and float off screen would anyone be able to help me?
example:

img style="max-width: 300; display: block; margin-left: auto; margin-right: auto;" src="https://539be18ce2.imgdist.com/pub/bfra/gvqbr0hf/qpy/30c/uk7/Screenshot%202026-03-06%20165607.png" alt=""

Hey, images can be annoying


Hey, images can be annoying to work with but here's a fix for ya!



The code below allows you to modify the size however you like.

Option 1 <*img src="image.png" style="width: 500px; min-width: 600px; height:600px;" */>

Option 2 <*img src="image here" style="width: 600px; height:600px;" */>

I hope this helps! Make sure to remove the "*" from the code before you use them! If you need more CSS help let me know. ♥

thank you so much

thank you so much <33

Yeah no problem!

Yeah no problem! <3

do you know if theres some

do you know if theres some limits to how many images can be on 1 blog? i have it formatted how i want but it keeps failing to save :C i think i have 13 images which i believe I've seen other blogs with similar number of images

do you know if theres some

do you know if theres some limits to how many images can be on 1 blog? i have it formatted how i want but it keeps failing to save :C i think i have 13 images which i believe I've seen other blogs with similar number of images

No there isn't any limit, you

No there isn't any limit, you can put up many images. The site might be a little glitchy, but it could also be a matter of the code itself too! If you'd like, you can share all the code you have on your post and I can see if there's any errors causing it to not function correctly. Smiling