View Single Post
  #4 (permalink)  
Old Mar 4th, 2008, 06:47
toastyrat2 toastyrat2 is offline
New Member
Join Date: Feb 2008
Location: Durban
Age: 23
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird blue Box

"is the image a link by chance? Most browsers wrap images in blue borders if they are wrapped within an anchor <a> tag.

To remove this, you can use a spot of CSS.

CODE: SELECT ALL
a img {
border: none;
}
Yesterday 21:03"

Thanks
I think you are right here, it is a link and is wrapped within an <a> tag. Ok, so where do i put that css? i am using an external stylesheet, does it go there? And is it a img or a.img?

Thanks so much!