I've added a couple of images on the right hand side column and they both have a black border around them which I can't get rid of using border="0"
You can see them here: http://www.gardenbaby.co.uk/
Any suggestions??
Thanks
I've added a couple of images on the right hand side column and they both have a black border around them which I can't get rid of using border="0"
You can see them here: http://www.gardenbaby.co.uk/
Any suggestions??
Thanks
style.css around line 990
div.art-block img {
border-color: #3E4634;
border-style: solid;
border-width: 1px;
margin: 10px;
}
change 1px to 0
That's done the job - thank you!
Thanks
You are welcome
This topic has been closed to new replies.