Photo Border

Permalink
Everytime I upload an image, and then click on design and make sure the border is ZERO, a border STILL shows!! It is annoying because it does not show in edit mode, but when I sign out and go to my website, there it is...

http://www.changeforchildren.com

Can anyone help me with this?

 
sniggitysnax replied on at Permalink Reply
sniggitysnax
It probably has to do with your css. If you create style in your css such as:
img
{
border: none;
}

That will take care of any image borders caused by certain older browsers. I'm not exactly sure which ones but I believe IE7 and FF2 show borders if not told specifically otherwise. Hope this helps!