function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sagar PareekSagar Pareek 

Problem using CSS

 

I have a CSS file I want my site to use it .

How do i implement it?

 Uploading CSS i am not able to call it getting "." as disallowed character

 

 

and getting error as 

rror: siteMain line 12, column 3: The element type "link" must be terminated by the matching end-tag "</link>" 
ErrorError: The element type "link" must be terminated by the matching end-tag "</link>".
MagulanDuraipandianMagulanDuraipandian

Store the css file in Static Resources.

<style type= "text/css" rel="{!$Resource.name}"/>, call like this, where name is the resource name.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and click Kudos.