hello again Lester.
you know at the first view after installing plugin we have a result like this :
<div id=”post-rating”>
<img />
<img />
.
.
.
(no rating yet)
</div>
in fact i want to wrap the group of images and that solo text (no rating yet) to have my own style, that is why I asked can I define my own markup?
I want to have such a kind of result or sth like this :
<div id=”post-rating”>
<div>
<img />
<img />
.
.
.
</div>
<span> no rating yet </span>
</div>
BTW i don’t want to use Jquery to handle it.
thx for your time man:)