Greetings
My blog (www.iphonemojo.com) uses the Andreas1 skin version 1.8.6 of B2Evolution.
If you see the images in posts, they all have borders around them. How can I get rid of the borders?
I often use images that are left or right aligned and I'd prefer that there was no border so that it matches in better with the text.
Thanks
Anthony
I looked and saw this in your andreas01.css file:
The border is coming from your padding which is allowing the background color to show through.
Either change the background color to white (or maybe don't set a background color), or change your padding to 0 (and maybe add a margin of 1px instead?).
Hope that helps!