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 12:13 PM
HTML Blank space (Google is your friend... 🙂 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2011 02:02 PM
gives error "The entity "nbsp" was referenced, but not declared.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2011 11:11 AM
Ya, I keep forgetting the jelly does not like '&' and you have to use the $[SP] or $[AMP]nbsp;
but the first one is easier... 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2011 12:24 PM
http://wiki.service-now.com/index.php?title=Extensions_to_Jelly_Syntax#Spaces