Recent Topics

1 Jan 24, 2007 22:13    

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

2 Jan 25, 2007 01:06

I looked and saw this in your andreas01.css file:

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: none;
}

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!

3 Jan 25, 2007 04:27

Perfect!

Thanks for the help. I'm a real n00b at this.

Cheers
Anthony


Form is loading...