Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
put this in your css file:
Code:
img {
border:0px;
}
If not specified, every images have a border, like links are underlined, telling the user the image is a link.
You can either use css like I did, or specify on each images border="0"
__________________
Only a biker knows why a dog sticks his head out the window.
|