how can I move any image on web page with the pixels? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can I move any image on web page with the pixels?

31st May 2016, 10:18 AM
Daniyal Hussain Siddiqui
Daniyal Hussain Siddiqui - avatar
2 Answers
0
you can't move image with pixels....pixels are used to describe the size of image....you can use alignment for this purpose e.g align="centre" or bottom,right,left etc.
31st May 2016, 6:19 PM
Muhammad Taha
Muhammad Taha - avatar
0
Theirs quite a few ways a couple simple css ones would be: img { position:absolute; top: 250px; left: 400px; } img { margin-left: 50px; margin-top:300px; margin-bottom:; margin-right:; } theirs other ways but each way has its own proper use depending on the situation
11th Jun 2016, 7:16 AM
Matt