Quote:
Originally Posted by NLP-er
You can modify template for flag and set border="0" inside of img tag, or modify css, but 1st one is much easier
oh - if you mean about border around all flags then edirt template for flags start and set border for div
|
border="0" is deprecated, he should use the CSS alternative either like this for all of his sites images:
img {border:none;}
or add the a class to the flags and the following so it only applies to the flags images:
img.flags {border:none;}