Img style inside an anchor
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>*KHAKI*</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> a { color: #acaf2c; font-weight: bold; text-decoration: none; background: inherit; } a:hover { text-decoration: none; color: #369; background: inherit; } a img { border: 0; } </style> </head> <body> <p class="post"> <a href="" class="readmore">Read more</a> <a href="" class="comments">Comments (3)</a> <span class="date">April 03, 2007</span> </p> </body> </html>