Image in Rich Text Control are not showing properly in Nintex Mobile


Badge +1

Hi everyone,

 

I'm new to Sharepoint for Nintex here. I'm creating a simple page which contains 2 images. These 2 images will redirect user to different URLs when they are clicked.

 

I used Rich Text control and edited it's HTML to display and add the "<a href>" tag for those images. However, After publish to Nintex Mobile, these 2 images are displayed as 2 small boxes in Nintex Mobile and the "<a href>" tags for each image are working. Does anyone has a workaround or solution to display the image?

 

My HTML script as below:

<div style="text-align: center;">                           
   <a href="https://xxx.com/" target="_blank">                                             
      <img src="https://docs.google.com/uc?id=1wQCY12hS9fW-XTs6W9X6cEUWGeXjbLrF" alt="HSB" unlockratio="false"/>   </a>                           
   <span style="font-size: 8pt;">​​</span>   ​​​​<br/><br/>   ​​                        
   <br/>                     
   <br/>                        
   <a href="https://xxx.com/" target="_blank">                                             
      <img src="https://docs.google.com/uc?id=1hwvzXK_fHcoLu-9QQxRtthutG4nvSLSn" alt="HNGC" unlockratio="false"/>   </a>   ​<br/>​<br/>​<br/>​​<br/></div>

 


0 replies

Be the first to reply!

Reply