How do you include stylesheets in pages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2014 01:35 PM
How do you include stylesheets within pages?
I understand that to include ui scripts I would perform something like this
<g:include_script src="jquery_1_11.jsdbx"/>
but how would one include a stylesheet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2017 06:13 AM
Is this in any way different from what was previously suggested in this discussion?
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:32 AM
Hi @Ankur Bawiskar
How do we access portal styles, please tell me if there is a way

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:08 AM
Hi @hreddy
You can access Portal styles using the sysif of the style using sysid of the style
Please refer all your list of style in the table "sp_css.LIST"
<head>
<link rel="stylesheet" type="text/css" href="sys_id_Of_style.spcssdbx">
</link>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:15 AM
Thanks @Harish Murikina for the help, it is indeed working and custom fonts are reelecting now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2017 11:09 AM
Hmm, this isn't working for me at all. I've tried linking the out of box css sheets as well and nothing works? This is exactly what my code looks like. This is using one of the out of box CSS stylesheets and it still doesn't make changes to my UI Page (didn't include that code).
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<!-- Latest compiled and minified CSS -->
<link href="04d13e320fb332008b208b9ae1050edb.cssdbx" rel="stylesheet" type="text/css"/>
</j:jelly>