I would like to add a header above the left-most column of a side by side item, directly above where the question statements would go. Can this be done?
Page 1 / 1
Hi @uhrxx005,
If i am getting it right you want something like below:
!
If yes go ahead and use below code.
var $jq = jQuery.noConflict();
$jq('.Headings .c1').html('write what you want');
Regards,
Samarth
If i am getting it right you want something like below:
!
If yes go ahead and use below code.
var $jq = jQuery.noConflict();
$jq('.Headings .c1').html('write what you want');
Regards,
Samarth
@Samarth. This is exactly what I needed. Thank you!
Where to insert this code?
Thanks LaurenK
How did you get the border around the side by side question? I need to format my side by side question to look like this.
Thank you
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.