CSS web resources

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Use cascading style sheet (CSS) web resources to create style sheets for use in webpage web resources.

Capabilities of CSS web resources

With CSS web resources, you can manage the appearance of webpage web resources by linking them to a shared library of CSS styles.

Limitations of CSS web resources

Like all web resources, CSS web resources are only available in the Microsoft Dynamics 365 security context. Only licensed Dynamics 365 users who have the necessary privileges can access them.

Referencing a style sheet web resource from a webpage web resource

All web resources can use relative URLs to reference each other. In the following example, for the webpage web resource sample_/content/contentpage.htm to reference the style sheet web resource sample_/styles/styles.css, add the following example to the head element of sample_/content/contentpage.htm:

<link rel="stylesheet" type="text/css" href="../styles/styles.css" />

To reference a style sheet from a different publisher, the path must include that solution publisher customization prefix. For example, for the sample_/content/contentpage.htm page to reference the MyIsv_/styles/styles.css page, the href parameter value should be ../../MyIsv_/styles/styles.css.

Note

References included in code between web resources aren’t tracked as solution dependencies.

See Also

Web resources for Microsoft Dynamics 365
Webpage (HTML) web resources
Script (JScript) web resources
Data (XML) Web resources
Image (JPG, PNG, GIF, ICO) web resources
Silverlight (XAP) web resources
Stylesheet (XSL) web resources
WebResource entity messages and methods

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright