i've tried using <center> but for some reason that doesnt work, i'm assuming its based around some weird css stuff, thanks in advanced!!!!
how do i center images on my page?
8 Kudos
i've tried using <center> but for some reason that doesnt work, i'm assuming its based around some weird css stuff, thanks in advanced!!!!
8 Kudos
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
ppf
very carefully :)
Report Comment
Havneby
I'd wrap the images in a div tag then set:
display: flex;
justify-content: center;
Report Comment