-1

how to add an average rating of topic as picture star ?

sssss
  • 109
  • 1
  • 1
  • 10

1 Answers1

0

Well, I have no idea what your code does - but you could do something like

<img id="image" src="#">

and then in a java script file put

var x =  value;
document.getElementById("image").src = 'url/default/starts-'x'.gif";
Alexander Craggs
  • 7,874
  • 4
  • 24
  • 46