Search This Blog

Showing posts with label Miscellaneous. Show all posts
Showing posts with label Miscellaneous. Show all posts

Thursday, December 19, 2013

How to Hide the Breadcrumb Navigation Links and the SharePoint Ribbon on a page

1) Browse to the page where the Breadcrumb Navigation Links and the SharePoint Ribbon needs to be hidden. Add a Content Editor webpart on the page. Add the below style code in a content editor web part.

<style type=�text/css�>
#ctl00_PlaceHolderTitleBreadcrumb_ContentMap {display=none;}
</style>

2) Edit the web part, click in the content zone, then on the ribbon, Editing Tools -> Format Text area, select the HTML drop down and click Edit HTML source. Paste the code in there, and save.

3) In the webpart properties, make the Chrome Type as None and under Layout, check Layout as Hidden.

4) Stop editing the page and save it. 

Thursday, November 7, 2013

Windows files opening on single click and underlined

Problem Description

Recently Ii had an issue with my Windows 7 desktop. All my files were opening on single click rather than double.Also I noticed that all filenames in my system was underlined

Fix

1. Browse to Control Panel -> Folder Options.

2. In the GeneralTab -> Click items as follows section, select Double click to open an item (Single click to select) option -> Click OK.


Thursday, October 3, 2013

Redirecting an IIS (7.0) Website

1. Go to IIS Manager (inetmgr). Select the server name-> Expand the servername -> Expand Sites -> Select the IIS website

2. Click on the Features View (on the right hand side)

3. Below IIS ->double click on HTTP Redirect

4. Check Redirect requests to this destination. Enter the URL to where you want to redirect the users

5. Check Redirect all requests to exact destination (instead of relative to destination)


6. On the Actions tab ->click Apply and save the changes.



Propellerads