I hope this is the right forum? I think it's a css problem. I have gray borders around my images in firefox and IE when using a black background colour. I cannot see how to get rid of them. On this page they are around the bookmark images but they appear on all other images too. http://www.thealgarvepropertymarket.com/test.php Any ideas? Thanks Mike
go to your css file http://thealgarvepropertymarket.com/blog/wp-content/themes/midnight/style.css Code (markup): and change the img class border from 4 to 0 to remove the gray background img { border:0 solid #C4C2C2; } Code (markup): or you can remove the border:4 solid #C4C2C2; hope it helped
Just make the suggested little change in your site CSS file and your problem would be solve for ever.
Thank you. I found that commenting out did the job. /* border: 4px commented out img { border: 4px solid #C4C2C2; } */ I really appreciate your help there. I was looking everywhere except where I needed to. Thanks again, have a great day Regards Mike