space before/after link in UI page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2011 12:10 PM
In UI page for below code there is no space before and after the link as shown in the attachment. Is there a way to add space??
<?xml version="1.0" encoding="utf-8" ?> <j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"> aaaaa <a class="web" href="http://www.google.com" target="_new">Learn more</a> bbbb </j:jelly>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2011 02:03 PM
Cool.. that worked..Thank you..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2011 01:00 PM
Oh ya and that to...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2015 01:29 AM
Hi, I also face the same error i.e. "The entity "nbsp" was referenced, but not declared. in one of my ajax call response in a UI page.
But, the strange thing is, this is happening only for one specific customer and for rest everything is working fine. As per my understanding, the behaviour should be same for all. Any idea about this....
Brgds, AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 06:52 AM
Since the wiki has been retired, I just wanted to add the right information here, as I was searching for it and found that you need to use $[SP]
to add a non-breaking space in Jelly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 06:57 AM
Neat. I've always used:
 
Works for me
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!