I need to center images. Is this possible because the HTML center tag doesn’t seem to work on images, however, works on embedded videos.
Ideas?
maybe try this:
img { display: block !important; margin-left: auto !important; margin-right: auto !important; }
As CSS snippet?
Alright, so… it does center the images, however, also centers emojis used in a normal text line. How to exclude the emojis.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.