/
(5)-b. Setting to include Style Sheet
(5)-b. Setting to include Style Sheet
You can also import a defined CSS style sheet.
To import, define as below:
/* To import a file in the static resource */ @import url("{!$Resource.SAMPLE.css}"); /* To import a zip file in the static resource */ @import url("{!$Resource.ZIPFILE, '/css/SAMPLE.css' }"); /* To import a file at the public URL */ @import url("http://www.example.com/css/SAMPLE.css"); |
Related content
(3) Advanced Settings
(3) Advanced Settings
More like this
(5) Page Style
(5) Page Style
More like this
(3)-b-3. Style
(3)-b-3. Style
More like this
(38)-a. Overview
(38)-a. Overview
More like this
3-2-7. Page property
3-2-7. Page property
More like this
(1) Page property
(1) Page property
More like this