Why are there borders around the images in my posts?
-
The images we include in our posts have gray boxes around them. It’s not a problem with square images, but anything with an irregular shape looks really goofy. Is there a way to get rid of that border when the images are displayed? The site is http://www.retcon-punch.com, the theme we’re using is iTheme2.
The blog I need help with is: (visible only to logged in users)
-
That’s the default styling for images in this theme. If you had the Custom Design upgrade you could change it once for all. Without the upgrade you can only change it on an image-by-image basis, by modifying the image code in the Text editor. You need to turn this:
<img ETC ETC
to this:
<img style="border:none;background:none;box-shadow:none;" ETC ETC -
Aha. We’ve been thinking about getting the upgrade, this is further reason to do so. Thank you, you are awesome!
- The topic ‘Why are there borders around the images in my posts?’ is closed to new replies.