1) how can i access _layout/1033/styles/custom.css file with SharePoint Designer ?
2) if i created a folder named 1033 through SharePoint Design in Style Library. What setting i have to make in master page to pick localized folder.
|
1) how can i access _layout/1033/styles/custom.css file with SharePoint Designer ? 2) if i created a folder named 1033 through SharePoint Design in Style Library. What setting i have to make in master page to pick localized folder. |
||||
|
|
If you must use sharepoint designer then it is best to make a copy of this file and place it in the style library. Create a custom folder and custom CSS and use it in Site. Register your Custom CSS in master page using
Note: Alternate CSS on Server but comes before corev4.css The order in which CSS will load actually:
The after attribute:
Note: Alternate CSS on Server and comes after corev4.css. The order in which CSS will load actually:
Update Open SharePoint Designer (SPD) and connect to the root level of your site's site collection. In SPD, open the "Style Library" folder. Create a new CSS file and name it (e.g. "customstyles.css"). Open your master page file in SPD. In the
|
|||||||||
|