I have a start rating that i would like to align image starts horizontally
i've tried without success!
img#rating_line {
display: inline;
margin: 0 auto;
clear: right;
}
#rating_line {
height: 16px;
display: inline;
position: relative;
}
#rating_line a {
height: 16px;
display: inline;
width: 400px
}
<div id="rating_line">
<a href="/products/7/">
<div class="feedback_stars_rating">
<img src="/star-off.png">
<img src="/star-off.png">
<img src="/star-off.png">
</div>
</a>
<div>