+ 2

How to have multiple images on the same line (HTML)

Im trying to get multiple pictures on the same line in html with spaces inbetween <img src="CharacterImages/aatrox.png" width="50px" height="50px"> <p class="em">Aatrox Ahri</p> <img src="CharacterImages/Ahri.png" width="50px" height="50px"> Btw this is a league fanpage

20th May 2017, 2:17 PM
Jamie Cruikshank
3 Answers
+ 6
Ahri???????
20th May 2017, 2:34 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 3
put this in your css. This will apply for all images and paragraphs, and they'll have 0 margin top and 5 margin on the sides. modify it for your needs img, p{ display: inline; margin: 0px 5px; }
20th May 2017, 2:25 PM
Welliton Malta
Welliton Malta - avatar
+ 2
Ty sm
20th May 2017, 2:41 PM
Jamie Cruikshank