You need to sign in to do that
Don't have an account?
ood
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
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