Solved
Is it possible to put a frame around a question?
Hello everybody,
I unfortunately had no idea into which category to put my question, as it concerns the layout of the questionnaire.
I was wondering if it is possible to put a frame around a question. Alternatively, I could use a picture as a background, if that is possible.
Can anyone help me and tell me if one or the other is possible and if so, how it is done?
Thank you very much in advance
Joana
Best answer by Rich_Boits_Walker
To frame out your question with a border you can add the following to your question text using the HTML view option on the question editor dialog.
<style>
div.Inner.BorderColor {border: solid #ededed;}
</style>
The solid border style is a basic example, but here is a link to additional border options available in css:
https://developer.mozilla.org/en-US/docs/Web/CSS/border
Update: dropped the ".SAVR" from the css as it restricts the border to just single answer multiple choice question. The updated script can be used for the other question types as well.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.