0
How can i put the image in any position i want it to be placed?
I tried using align attribute its not working for images.
3 Respostas
+ 1
HTML ?
You can use CSS / style inside the img tag, for example you can add float center/left/right, or use margin, padding, etc.