Wrap text top and bottom of a graphic | XM Community
Solved

Wrap text top and bottom of a graphic

  • 15 September 2023
  • 5 replies
  • 167 views

Userlevel 3
Badge +2

Hello 

I have created a Text/ Graphic questions. 

I would like text to appear above and below the graphics I’m using . At the moment I’m using a second Text/ Graphic question to display text underneath, followed by an a second graphic which is not ideal. 

eg: 

 

 

Is there a way to wrap text top and bottom of graphic images so I can keep the instructions in one questions? 

 

Thank you for your help 

Best wishes, 

Zoe 

icon

Best answer by krbhavya 15 September 2023, 10:34

View original

5 replies

Userlevel 6
Badge +20

Hi @ZoeRobo 

You can use below HTML Code

<div style="text-align: center;">
<p>above text</p> 
<img style="width: 100%; height: auto;" src="image_url" alt="my_image"></p>

<p>Below text</p>
</div>
 

 

 

 

Userlevel 3
Badge +2

Thanks you @krbhavya - I will take a look at this now - your help is much appreciated! 

Zoe 

Userlevel 3
Badge +2

Hi @krbhavya - it works!

However, how / where do I find the code for the image I am using? I am uploading the image from the library currently.. 

thank you! 

Userlevel 6
Badge +20

Hi @krbhavya - it works!

However, how / where do I find the code for the image I am using? I am uploading the image from the library currently.. 

thank you! 

in the library itself click on the image you want to embed . There you will see this menu » click on “copy link” 

 

Userlevel 3
Badge +2

It’s perfect! thank you very much @krbhavya !! 

Leave a Reply