Why do i see a square around my emoticons?
ex: http://www.marcusoliveira.com/blog/2006/05/12/pizza-e-cerveja-com-os-amigos/
Why do i see a square around my emoticons?
ex: http://www.marcusoliveira.com/blog/2006/05/12/pizza-e-cerveja-com-os-amigos/
There's a square there because of this part of your CSS
#content img
{
border:#999 1px solid;
padding:3px;
}
remove the border:#999 1px solid; and it would remove the square :)
Thanks! :D
This topic has been closed to new replies.