Hello Guys,
Is there any way I can set hyperlink to a image which is in image class in css?
for ex.
I have this
<div class="thumbnai l"><a href="/test/test1.php"><img src="/images/covers/test.jpg" alt="test" class="bkmrk" /></a>
and here is my css file
.thumbnail {
float: left;
width: 20%;...