<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hide SharePoint Breadcrumbs on Pages</title>
	<atom:link href="http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jmlebla1</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-5221</link>
		<dc:creator>Jmlebla1</dc:creator>
		<pubDate>Wed, 07 Dec 2011 18:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-5221</guid>
		<description>The original post did not remove the offensive breadcrumb. I went to view -&gt; source and looked through the HTML and found that the breadcrumb was part of the &quot;ms-pagebreadcrumb&quot; class...Huh!
So I altered the line above to look like 

td.ms-pagebreadcrumb { display:none; }

 and put it inbetween style tags and it worked great! 

Morale of the story is it will work... but you may have to do a little digging....</description>
		<content:encoded><![CDATA[<p>The original post did not remove the offensive breadcrumb. I went to view -&gt; source and looked through the HTML and found that the breadcrumb was part of the &#8220;ms-pagebreadcrumb&#8221; class&#8230;Huh!<br />
So I altered the line above to look like </p>
<p>td.ms-pagebreadcrumb { display:none; }</p>
<p> and put it inbetween style tags and it worked great! </p>
<p>Morale of the story is it will work&#8230; but you may have to do a little digging&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Echaiz</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-4642</link>
		<dc:creator>Douglas Echaiz</dc:creator>
		<pubDate>Tue, 03 May 2011 22:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-4642</guid>
		<description>This is the whole required entry:

 
.ms-titlearea { display:none; }
</description>
		<content:encoded><![CDATA[<p>This is the whole required entry:</p>
<p>.ms-titlearea { display:none; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Lopez</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-3799</link>
		<dc:creator>Marc Lopez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 23:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-3799</guid>
		<description>Use this but instead of the caret use the left and right Guillemets or angle quotes

^style type=&quot;text/css&quot;^
td.ms-titlearea { display:none; } 
^/style^</description>
		<content:encoded><![CDATA[<p>Use this but instead of the caret use the left and right Guillemets or angle quotes</p>
<p>^style type=&#8221;text/css&#8221;^<br />
td.ms-titlearea { display:none; }<br />
^/style^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Lopez</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-3798</link>
		<dc:creator>Marc Lopez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-3798</guid>
		<description>Try this again, its not showing everything I&#039;m typing.  Here is what is meant by the style code:
Oops, its not allowing here is what is meant by the style code:
&lt;!--style type=&quot;text/css&quot;&gt;--&gt;
td.ms-titlearea { display:none; } 
&lt;!--/style&gt;--&gt;
But remove the !--</description>
		<content:encoded><![CDATA[<p>Try this again, its not showing everything I&#8217;m typing.  Here is what is meant by the style code:<br />
Oops, its not allowing here is what is meant by the style code:<br />
<!--style type="text/css"&gt;--><br />
td.ms-titlearea { display:none; }<br />
<!--/style&gt;--><br />
But remove the !&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Lopez</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-3797</link>
		<dc:creator>Marc Lopez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-3797</guid>
		<description>Oops, its not allowing here is what is meant by the style code:
Type: 
Type: td.ms-titlearea { display:none; } 
Type: </description>
		<content:encoded><![CDATA[<p>Oops, its not allowing here is what is meant by the style code:<br />
Type:<br />
Type: td.ms-titlearea { display:none; }<br />
Type:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Lopez</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-3796</link>
		<dc:creator>Marc Lopez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-3796</guid>
		<description>&lt;!-- Here is what is meant by the style code: 

td.ms-titlearea { display:none; } 
</description>
		<content:encoded><![CDATA[<p>&lt;!&#8211; Here is what is meant by the style code: </p>
<p>td.ms-titlearea { display:none; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Duncan</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-2821</link>
		<dc:creator>Chuck Duncan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 14:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-2821</guid>
		<description>In my previous comment I had wrapped the line in style type=text.css  and end style tags.  They didn&#039;t come through in message.</description>
		<content:encoded><![CDATA[<p>In my previous comment I had wrapped the line in style type=text.css  and end style tags.  They didn&#8217;t come through in message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Duncan</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-2820</link>
		<dc:creator>Chuck Duncan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 14:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-2820</guid>
		<description>In the CEWP, clicking the edit Edit HTML Source button and entering:


td.ms-titlearea {display:none;}


not only didn&#039;t work, but the editor removed it altogether.
??</description>
		<content:encoded><![CDATA[<p>In the CEWP, clicking the edit Edit HTML Source button and entering:</p>
<p>td.ms-titlearea {display:none;}</p>
<p>not only didn&#8217;t work, but the editor removed it altogether.<br />
??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin Walker</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-1802</link>
		<dc:creator>Devin Walker</dc:creator>
		<pubDate>Tue, 18 May 2010 15:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-1802</guid>
		<description>&quot;You do realize that style tags must*&quot;...?!  Optimally they shouldn&#039;t even be in the head but on another stylesheet.  John, perhaps you missed the point of the article... this is a quick and dirty way to get rid of the breadcrumbs.  You can use whatever method you want, this one is CSS through a CEWP.</description>
		<content:encoded><![CDATA[<p>&#8220;You do realize that style tags must*&#8221;&#8230;?!  Optimally they shouldn&#8217;t even be in the head but on another stylesheet.  John, perhaps you missed the point of the article&#8230; this is a quick and dirty way to get rid of the breadcrumbs.  You can use whatever method you want, this one is CSS through a CEWP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wells</title>
		<link>http://www.dlocc.com/articles/hide-sharepoint-breadcrumbs-on-pages/comment-page-1/#comment-1790</link>
		<dc:creator>John Wells</dc:creator>
		<pubDate>Tue, 18 May 2010 07:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dlocc.com/DLOCC/articles/?p=386#comment-1790</guid>
		<description>it stripped a tag. The first sentence should read &quot;You do realise that style tags must be included in the head of the document&quot;</description>
		<content:encoded><![CDATA[<p>it stripped a tag. The first sentence should read &#8220;You do realise that style tags must be included in the head of the document&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

