You need to sign in to do that
Don't have an account?

How to use style sheets in VF pages in Service Cloud
Can anyone tell me how to apply external style sheets to visual force pages in Service Cloud to change font, font size and margins when rendering to PDF?
While rendering as PDF most of the cases the extenal style sheet will not work properly . So better you need to use inline style for rendering as PDF .
Thanks
Manoj
Rendering to PDF is just an attribute and should render the content as displayed in a Visual Force. In order to overwrite the standard salesforce styles and use the external CSS set the standardStylesheets attribute on Page as false and set the custom styles to the controles using the styleClass attribute. I hope this was helpful.
Regards,
Alok
try with belwo css it will work .
Thanks
Manoj
In which comonent you want to add it will reflect on that component value .
Thanks
Manoj