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
oodood 

How to include CSS file from web site to Visualforce Page?

I All,

 

How I include external CSS file from web site to Visualforce Page?

 

I try this:

<link rel="stylesheet" href="http://www.xxx.com/assets/css/style.css" /> 

or 
<apex:stylesheet value="http://www.xxx.com/assets/css/style.css" />

 

But it don't work ..

 

Thanks,

 

ood

SFFSFF

Download the CSS file and save it in SFDC as a static resource, as described here:

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_resources.htm