
08-15-2009, 01:41 PM
|
 |
|
|
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Sweeks
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;}

|
Even better
|