Home
Tutorial
Articles
Forum
Interview Question
Code Snippets
Technology News
Fun Zone
Poll
Web Links
Certification
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Dhananjay Kumar
nishithraj
Shashi Ray
Kunal Chowdhury
Diptimaya Patra
Home
>>
Forum
>>
SharePoint
>>
Post New Question
Subscribe to Forum
how can apply css in sharpoint?
Posted By :
sagar pardeshi
Posted Date :
08/02/2010
Points :
2
Category :
SharePoint
How can apply css in sharpoint using sharpoint designer inline or both
Responses
Author:
Lalit
Company URL:
http://www.dotnetspark.com
Posted Date: 08/02/2010 Points: 5
Apply css style sheet to Sharepoint master page has 2 ways:
1. In the header section, you can add any custom cascading styles sheets by using a simple link tag.
2. Use <SharePoint:CssRegistration> tag. This approach offers a few advantages because you have an option to use SPUrl, which returns the URL of the current site. css style sheet of this approach is stored in the Sharepoint content database instead of file system.
Example:
<head runat="server">
<asp:ContentPlaceHolder runat="server" id="head">
<title>
<asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server" />
</title>
</asp:ContentPlaceHolder>
<Sharepoint:CssLink runat="server"/>
<!- Product Group Custom Styles ->
<%-SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/PG/PG.css%>" runat="server"/-%>
<link type="text/css" rel="stylesheet" href="/_layouts/1033/styles/PG/PG.css" />
<!- End Product Group Custom Styles ->
<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server" />
</head>
Show this link
http://www.heathersolomon.com/blog/archive/2008/01/30/SharePoint-2007-Design-Tip-Import-your-CSS-for-SharePoint-Themes.aspx
Please Check my answer if you help....
Thank You...
Lalit.
Post Reply
You must
Sign In
To post reply
Related Questions
how can apply css in window application?
how can apply css in sharpoint?
Latest Forum Questions From The Same Category
Permission level cannot be found?
Sharepoint basic development
sharepoint timer jobs not running?
Login failed for user nt authority network service sharepoint?
Sharepoint
Find more Forum Questions on C#, ASP.Net, Vb.Net, SQL Server and more
Here
Quick Links For Forum Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
OOPs
Silverlight
IIS
JQuery
JavaScript/VBScript
Biztalk
WPF
Patten/Practices
WCF
Others
www.DotNetSpark.com
UnAnswered
All
Hall of Fame
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend