↧
Fixed width, centered design in SharePoint site using css
By default SharePoint gives 100% width to sites created. We can fixed width of site by using custom css and changing some class names in master page. Lets have look to the solution. div.s4-title.s4-lp,...
View ArticleMaking Field Read only in SharePoint 2010
Many times you need to disable the fields in SharePoint form for ‘New Item’. By using JavaScript we can disable field in easier way. Lets discuss an example. Using JavaScript Find field id by...
View Article