I need to make every second item all grey the whole row. How can I do it. Please I need help asap.
Page 1 / 1
Hi
If I understand you correctly, then you want below structure.:
You can add below CSS structure inside the HTML of Question to achieve the same:
<style>tr.ChoiceRow.ReadableAlt {
background: lightgray;
}</style>
Hope this resolves your query!!
Thank you so much! You saved me!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.