How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned.
When I create a survey introduction using text/graphic-type questions, the paragraph is left aligned.
In Rich content, there are options to have left, right, or center alignment, but not justified format like in MS Word document.
Is there any way to have a justified format?
Best answer by Nikeeta
Hi @Arunaj91,
Below steps might helpful for you:
- Double-click the question text to open the Rich Content Editor.
- Click on the "Source" button to switch to HTML view.
- Wrap your text in <p style="text-align:justify"> and </p>. For example: <p style="text-align:justify">Type your text.</p>.
- Click "OK" to save your changes.
Sources: Rich Content Editor, Text / Graphic Question.
View original