Topic: Borders Around Images

Hi,

I have blue borders around the images on my forum. Could someone give me some ideas about which file to edit (and where) to get rid of them?

http://www.dxstrategies.com/dxnews/index.php

Thanks

2

Re: Borders Around Images

Add this to your CSS:

img {
    border: none;
}

Re: Borders Around Images

Thank you... that worked!

I added it to my stylename_cs.css in the style/imports folder.