0
How do i control where my image goes?
I have a image in my html code but it always is to the left of the screen, how do i move it? I tried align=“center” but that doesnt work :( please help, thank you!
3 Antworten
+ 4
Solution:
<div align="center">
<img src="url">
</div>
+ 13
You can't use align="center" for an images,
Check if this helps you https://www.w3schools.com/HOWTO/howto_css_image_center.asp
+ 1
Why not give it a class name and make a full styling using %,px. Left, Right, Top.