Extra text sits under the square images. I dont want this to happen. I’d like extra text to sit right of the image instaed of getting pushed under the square images.
I now this has something to do with class=“top-image-text”. I am wondering if i should float the square images but just for additional clarification below is what I’m trying to achieve:
Images are inline elements and when you place them on a single line they act just like text (imagine a big character) and you wulkd not expect small letters to line up alongside bigger letters. They are all placed on the same line.
If you want text to wrap around an image (or any other element) then you need to float that element. In your code that would be something like this: