Add Search To Master Page or enable search box in masterpage <div class=”s4-notdlg”> <asp:ContentPlaceHolder id=”PlaceHolderSearchArea” runat=”server”> <SharePoint:DelegateControl runat=”server” ControlId=”SmallSearchInputBox” Version=”4″…
Vipul Bhavsar
Here are the steps to change default font size in SharePoint 2010 1. I am using the CSS from Serve’s…
Copy and Paste below code in SharePoint banner section and change images URL : <style> ul.ppt { position: relative; list-style-type:…
Copy below tag and paste in SharePoint site: <div class=”Kinect”> <a href=”#” id=”rssLink1″><img style=”border:0″ alt=”RSS” src=”/images/RSS.png”/> RSS feed </a> </div>…
JavaScript / jQuery on the page at either: $(document).ready _spBodyOnLoadFunctionNames will not return the required result, since the menu elements…
You can add this script to master page to provide functionality throughout. Two main pieces which drives this are :…
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1 -transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>SharePoint 2010 Rounded…
SharePoint Designer uses caching which can overwrite your changes. I have done this MANY times. 1. Best way to avoid…
Copy and Paste below cod in website head section : <head> <title>Site Name ::: Welcome to A </title> <script…