Overview
SurveyToGo supports some HTML tags that you can add and use to edit your questions, answers and topics texts.
The supported HTML tags on are:
- <br> – inserts a single line break.
- <div> – defines a division or a section in an HTML document.
- <b> – specifies bold text.
- <cite> – defines the title of a work (e.g. a book, a movie, etc.).
- <dfn> – represents the defining instance of a term in HTML.
- <i> – specifies italic text.
- <big> – defines bigger text.
- <small> – defines smaller text.
- <blockquote> – specifies a section that is quoted from another source.
- <tt> – used for marking up keyboard input
- <u> – defines underlined text.
- <sup> – defines superscript text
- <sub> – defines subscript text
- <h1> – <h6> – define HTML headings.
- <img> – defines an image. Used with attributes “src”, “alt” and “id”.
- <font> defines a font fromat. Used with attributes “color” and “face”.
To insert an HTML code with these tags to the question’s body, right click on the text section and choose Insert -> HTML:
In the opened window, write your HTML text:
Click OK and view the text in the question’s Design tab:
Comments
Are you goint to add :"
<table> </table>,
<td> </td>,<tr> </tr>"
in a new version ?thanks
Hi Nicolas,
At the moment no new additions to the supported html tags are planned.
In case you need a more customized view/behavior use those guides:
- https://support.dooblo.net/hc/en-us/articles/208295945-How-to-Write-a-Custom-Question-Rendering-Package-CQRP-
- https://support.dooblo.net/hc/en-us/articles/208295935-How-to-Use-Custom-Question-Rendering-Packages-CQRP-
Regards,
Daniel
Please sign in to leave a comment.