The Zurich release has arrived! Interested in new features and functionalities? Click here for more

UI Page text formatting issue

MarkK3
Tera Contributor

Hi all,

 

Having a strange issue with a simple UI Page. I've only got a bit of text and a list on the UI Page to display some guidance to the end user. On the last html list element I've a URL. However the URL link text will not keep a space with the last word of the sentence, see screenshot below. No matter what I try, they're "stuck" together! Any help much appreciated. Thanks.

 

UI Page HTML Link.png

 

This is the code.

UI Page HTML Code.png

 

 

1 ACCEPTED SOLUTION

Sainath N
Mega Sage
Mega Sage

@MarkK3 : Using " " should do the trick for you. Please refer below code and the screenshot of the output, which worked in my PDI. 

 

sainathnekkanti_0-1703883981433.png

 

 

 

<li>Form in Apex &#160;&#160;<a href="https://www.w3schools.com">here</a></li>

 

 

sainathnekkanti_0-1703883750708.png

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.

 

View solution in original post

4 REPLIES 4

Sainath N
Mega Sage
Mega Sage

@MarkK3 : Using "&#160;" should do the trick for you. Please refer below code and the screenshot of the output, which worked in my PDI. 

 

sainathnekkanti_0-1703883981433.png

 

 

 

<li>Form in Apex &#160;&#160;<a href="https://www.w3schools.com">here</a></li>

 

 

sainathnekkanti_0-1703883750708.png

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.

 

MarkK3
Tera Contributor

Fantastic thank you, worked a treat!

Thanks for that hint. I was trying with "&nbsp;" and "%20" 😄

MarkK3
Tera Contributor

Hi Azem,

Thank you also for your reply, this one didn't work unfortunately. An error occurred when I tried to save the UI Page after adding &nbsp.

 

MarkK3_0-1704208711562.png