- Posts: 7
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
.slider.slider-horizontal .slider-track { height: 20px; margin-top: 5px; } .slider-handle { height: 40px; }
Yes, the normal thing:How did you get the winning probabilities in the help text of the question? Was that by using placeholders?
Joffm wrote:
Yes, the normal thing:How did you get the winning probabilities in the help text of the question? Was that by using placeholders?
Plain:
Probability: Team A:{100-Q1_SQ001.NAOK}%, Team B: {Q1_SQ001.NAOK}%
With some css_
Probability: <span style="color:#d35400;">Team A:{100-Q1_SQ001.NAOK}%</span>, <span style="color:#1abc9c;">Team B: {Q1_SQ001.NAOK}%</span>
Joffm