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-06-2020 09:24 AM
Depending on the what/where the "&" can cause issues.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 10:51 AM
Oh I don't doubt it, haha. Jelly screams at me sometimes to close out of a certain HTML section before another, so I can only imagine how "quirky" it can be.
Just mentioning another alternative that works, at least for me anyways. Seems we have like 4 different ways here 🙂
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2020 09:25 AM
FYI this is a link to the new Docs site that replaced the Wiki page.