- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 06:18 AM - edited 12-29-2023 06:34 AM
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.
This is the code.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 01:03 PM - edited 12-29-2023 01:06 PM
@MarkK3 : Using " " should do the trick for you. Please refer below code and the screenshot of the output, which worked in my PDI.
<li>Form in Apex   <a href="https://www.w3schools.com">here</a></li>
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 01:03 PM - edited 12-29-2023 01:06 PM
@MarkK3 : Using " " should do the trick for you. Please refer below code and the screenshot of the output, which worked in my PDI.
<li>Form in Apex   <a href="https://www.w3schools.com">here</a></li>
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:17 AM
Fantastic thank you, worked a treat!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 02:26 AM
Thanks for that hint. I was trying with " " and "%20" 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:18 AM
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  .