I want to disable img border in comments only. Smilies looks ugly with border around them. But i want to keep everywhere else. Any solution?
place all comments in this container: <div class="comments"> ... </div> Code (markup): and define style: div.comments img {border:0;} Code (markup): Hope this help you. Cheers!