- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
.no-question { border-top:0; } .no-question .question-title-container { display:none; } .no-question .question-valid-container { display:none; } .no-bottom { border-bottom:0;margin-bottom:0; } .no-question .answer-container { padding-top: 0em; padding-bottom: 0.5em; } .no-bottom .answer-container { padding-bottom: 0em; }
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Insert header text var insertedText = "Because of My Endometriosis:"; $('table.subquestion-list thead tr:last td:first', thisQuestion).addClass('inserted-header').append(insertedText); }); </script>
<style type="text/css">td.inserted-header { font-size:20px; font-family:Arial,Helvetica,sans-serif; font-weight: bold; text-align: left; vertical-align: middle !important; } </style>
Please Log in to join the conversation.