<!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…
/* This CSS removes the header, navigation and other action elements from the print preview */ 1. @media print{ .ms-globallinks,.ms-siteaction,.ms-areaseparatorcorner,.ms-titlearealeft,.ms-searchform,…
SharePoint Designer uses caching which can overwrite your changes. I have done this MANY times. 1. Best way to avoid…
It is actually 2GB in SP2010 and SP2007, and this is a hard limit. However, each web application by default…
Copy and Paste below cod in website head section : <head> <title>Site Name ::: Welcome to A </title> <script…
Create new text file setup.bat and paste below code and save it : @rem====================================================================== @rem setup.bat @rem @rem====================================================================== @echo off…
Reason for the Chrome/Scroll bar issue. Its the SharePoint Search bar. <asp:ContentPlaceHolder id=”PlaceHolderSearchArea” runat=”server”> <SharePoint:DelegateControl runat=”server” ControlId=”SmallSearchInputBox” Version=”4″/> </asp:ContentPlaceHolder> If…
By default flash files are disabled by SharePoint 2010. You can enable flash by following steps: 1. Navigate to central…