"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!