Hi, I'm using the star rating plugin at: http://www.fyneworks.com/jquery/star-rating/
and I'm trying to add a little text to the left of a set of stars (i.e. "Rating: * * * * * "). After fooling around with the CSS for a long time, I still haven't been able to get rid of the line break between the text and the stars (I get the visual equivalent of "Rating: \n* * * * * "). I've tried floating things left, setting display: inline, etc, but I must be missing something. I'm using the current version at: http://code.google.com/p/jquery-star-rating-plugin/ Does anyone know how to do this? Much thanks, Tom