space before/after link in UI page

User150433
Tera Guru

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>
12 REPLIES 12

DrewW
Mega Sage
Mega Sage

HTML Blank space (Google is your friend... 🙂 )




gives error "The entity "nbsp" was referenced, but not declared.


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 Stanger
Giga Sage

http://wiki.service-now.com/index.php?title=Extensions_to_Jelly_Syntax#Spaces