<?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: Locking down RichHtmlField styles in SharePoint</title>
	<atom:link href="http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/</link>
	<description>Ari Bakker&#039;s thoughts on customising and configuring SharePoint 2007 and 2010</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ari Bakker</title>
		<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/comment-page-1/#comment-251</link>
		<dc:creator>Ari Bakker</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=6#comment-251</guid>
		<description>@Harry Hill - this would normally be in a publishing Page Layout stored in the masterpage gallery. If you have a look at the pages library for the page that shows this control it should also contain a link to the page layout it is using. You can edit these using SharePoint designer or (ideally) create your own page layouts and deploy these using the feature framework. See http://msdn.microsoft.com/en-us/library/ms543497.aspx for more information on page layouts.</description>
		<content:encoded><![CDATA[<p>@Harry Hill &#8211; this would normally be in a publishing Page Layout stored in the masterpage gallery. If you have a look at the pages library for the page that shows this control it should also contain a link to the page layout it is using. You can edit these using SharePoint designer or (ideally) create your own page layouts and deploy these using the feature framework. See <a href="http://msdn.microsoft.com/en-us/library/ms543497.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms543497.aspx</a> for more information on page layouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Hill</title>
		<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/comment-page-1/#comment-250</link>
		<dc:creator>Harry Hill</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=6#comment-250</guid>
		<description>What file do you have to edit toimplement this solution?</description>
		<content:encoded><![CDATA[<p>What file do you have to edit toimplement this solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/comment-page-1/#comment-16</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=6#comment-16</guid>
		<description>Ahh found a solution.
      set
      DisableCustomStyles = &quot;true&quot;</description>
		<content:encoded><![CDATA[<p>Ahh found a solution.<br />
      set<br />
      DisableCustomStyles = &quot;true&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Walsh</title>
		<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/comment-page-1/#comment-15</link>
		<dc:creator>Steve Walsh</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=6#comment-15</guid>
		<description>When you specify AllowFonts=&quot;False&quot; in the RichHtmlField control, you will notice that two toolbar items are disabled (Font family &amp; Font size).  In the toolbar you will also notice Bold, Italicize, and Underline are all NOT disabled.  If you attempt to use one of these functions, the text will be formatted, but once you move away from the text the text is stripped of it&#039;s formatting. Why? I only want to disallow the font color and size... Any help on this???</description>
		<content:encoded><![CDATA[<p>When you specify AllowFonts=&quot;False&quot; in the RichHtmlField control, you will notice that two toolbar items are disabled (Font family &amp; Font size).  In the toolbar you will also notice Bold, Italicize, and Underline are all NOT disabled.  If you attempt to use one of these functions, the text will be formatted, but once you move away from the text the text is stripped of it&#39;s formatting. Why? I only want to disallow the font color and size&#8230; Any help on this???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Goodwin</title>
		<link>http://www.sharepointconfig.com/2007/03/locking-down-richhtmlfield-styles-in-sharepoint/comment-page-1/#comment-14</link>
		<dc:creator>Andy Goodwin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ari.provoke.co.nz/Lists/Posts/ViewPost.aspx?ID=6#comment-14</guid>
		<description>Another question is -  as default if you copy/paste from word into the RTF the formatting is retained. What happens to this embedded style from word if you&#039;ve disabled the toolabr items or the custom styles??

      Also, how/where can you get to the default styles and change those?</description>
		<content:encoded><![CDATA[<p>Another question is &#8211;  as default if you copy/paste from word into the RTF the formatting is retained. What happens to this embedded style from word if you&#39;ve disabled the toolabr items or the custom styles??</p>
<p>      Also, how/where can you get to the default styles and change those?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

