How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned. | XM Community
Solved

How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned.

  • 29 April 2024
  • 3 replies
  • 46 views

Userlevel 2
Badge +6

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?

icon

Best answer by Nikeeta 29 April 2024, 09:53

View original

3 replies

Userlevel 1
Badge +6

Hi @Arunaj91,

Below steps might helpful for you:

  1. Double-click the question text to open the Rich Content Editor.
  2. Click on the "Source" button to switch to HTML view.
  3. Wrap your text in <p style="text-align:justify"> and </p>. For example: <p style="text-align:justify">Type your text.</p>.
  4. Click "OK" to save your changes.

Sources: Rich Content EditorText / Graphic Question.

Userlevel 4
Badge +8

Hi @Arunaj91 ,

 

You can include the below code in “Source”:

<div style="text-align: justify;">
        <span style="font-size: 19px;">
            <strong>
                <span style="font-family: Montserrat, sans-serif;">Introduction</span>
            </strong>
        </span>
    <div>&nbsp;</div>
</div>

 

Thank you!

Userlevel 2
Badge +6

Thank you @Nikeeta and @Nanditha MM. Now the Introduction is in ‘justified’ format. Thank you so much for the insights 😍

Leave a Reply