• Hi all,

    Im relatively new to wordpress so I don’t know all the things.
    Anyway, I am trying to get 4 images next to echt other in the middle of the webpage.
    Btw I don’t have css availabe for certain reasons, so I can only work in the html page.

    I am using this code :

    <img src="image1.pgn" />
    <img src="image2.png" />
    <img src="image3.png" />
    <img style="float: left; width: 10%; margin-right: 5%; margin-bottom: 0.5em;" 
    src="image4.png" />

    They are next to each other, but for some reason the images are are going down a little bit with each image. So there is a 5px (example) height difference between each image.

    Does anyone know a solution ?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Alligning images next to each other is a mess ?’ is closed to new replies.