<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Sharepoint Server &#187; Customizations</title>
	<atom:link href="http://www.fivenumber.com/tag/customizations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>Sharepoint Breadcrumb: Display&#039;s current site title</title>
		<link>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/</link>
		<comments>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 11:44:56 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Breadcrumb]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=188</guid>
		<description><![CDATA[To display only the current site title in Sharepoint breadcrumb add the property ParentLevelsDisplayed=&#8221;0&#8243; in the &#60;asp:SiteMapPath&#8230; tag
The below Asp:SiteMapPath tag display only the current site title
Example:
&#60;asp:SiteMapPath ID=&#8221;siteMapPath_section&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221; ParentLevelsDisplayed=&#8221;0&#8243;&#62;
&#60;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&#62;
&#60;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&#62;
&#60;/asp:SiteMapPath&#62;
The below Asp:SiteMapPath tag display only the current site title parent and current site title (parent &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>To display only the current site title in Sharepoint breadcrumb add the property <strong>ParentLevelsDisplayed=&#8221;0&#8243;</strong> in the &lt;asp:SiteMapPath&#8230; tag</p>
<p>The below <strong>Asp:SiteMapPath </strong>tag display only the current site title<br />
<strong>Example</strong>:<br />
&lt;asp:SiteMapPath ID=&#8221;siteMapPath_section&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221; <strong>ParentLevelsDisplayed=&#8221;0&#8243;</strong>&gt;<br />
&lt;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&gt;<br />
&lt;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&gt;<br />
&lt;/asp:SiteMapPath&gt;</p>
<p>The below <strong>Asp:SiteMapPath </strong>tag display only the current site title parent and current site title (parent &gt; current)</p>
<p>&lt;asp:SiteMapPath ID=&#8221;siteMapPath&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221;&gt;<br />
&lt;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&gt;<br />
&lt;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&gt;<br />
&lt;/asp:SiteMapPath&gt;</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/13.gif" rel="lightbox[188]"><img class="size-medium wp-image-190" title="Custom Sharepoint breadcrumb" src="http://www.fivenumber.com/wp-content/uploads/2008/08/13-300x47.gif" alt="Custom Sharepoint breadcrumb" width="300" height="47" /></a><p class="wp-caption-text">Custom Sharepoint breadcrumb</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize search box in sharepoint 2007</title>
		<link>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/</link>
		<comments>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:11:18 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Custom Search]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=165</guid>
		<description><![CDATA[Now, we learn how to customize the sharepoint search box
Search for the Content place holder PlaceHolderSearchArea
Add the property visible=&#8221;false&#8221; to the PlaceHolderSearchArea
As shown in below image:
Now, choose the place where you want to put the customized search box or write a new tag &#60;td&#62;&#60;/td&#62; below the PlaceHolderSearchArea closing &#60;/td&#62; tag
Go to the menu Task Panes [...]]]></description>
			<content:encoded><![CDATA[<p>Now, we learn how to customize the sharepoint search box</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/21.gif" rel="lightbox[165]"><img class="size-medium wp-image-167" title="Sharepoint default search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/21-300x24.gif" alt="Sharepoint default search box" width="300" height="24" /></a><p class="wp-caption-text">Sharepoint default search box</p></div>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Customized search box</p></div>
<p>Search for the Content place holder <strong>PlaceHolderSearchArea</strong></p>
<p>Add the property <strong>visible=&#8221;false&#8221;</strong> to the <strong>PlaceHolderSearchArea</strong></p>
<p>As shown in below image:</p>
<div id="attachment_169" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/31.gif" rel="lightbox[165]"><img class="size-medium wp-image-169" title="Hiding the PlaceHolderSearchArea" src="http://www.fivenumber.com/wp-content/uploads/2008/08/31-300x37.gif" alt="Hiding the PlaceHolderSearchArea" width="300" height="37" /></a><p class="wp-caption-text">Hiding the PlaceHolderSearchArea</p></div>
<p>Now, choose the place where you want to put the customized search box or write a new tag <strong>&lt;td&gt;&lt;/td&gt;</strong> below the <strong>PlaceHolderSearchArea</strong> closing <strong>&lt;/td&gt;</strong> tag</p>
<p>Go to the menu <strong>Task Panes</strong> &gt; <strong>Web parts</strong> (Select the Web parts, if is not already selected)</p>
<p>Select the <strong>Search Box</strong> web part form he Web part List, Click on <strong>Insert Selected Web part</strong> (which inserts the web part in to the area you have choosen)</p>
<p>Now, add the tag <strong>&lt;DropDownModeEx xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;HideScopeDD&lt;/DropDownModeEx&gt;</strong> into the newly added Search Box web part</p>
<p>As shown in the below image:</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/41.gif" rel="lightbox[165]"><img class="size-medium wp-image-171" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/41-300x182.gif" alt="Customized search box tag" width="300" height="182" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<p>Add one more tag in to the search box code, to display the default value (Enter keyword&#8230;) while the search box is empty<strong>&lt;QueryPromptString xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;&lt;b&gt;Enter Keyword&#8230;&lt;/b&gt;&lt;/QueryPromptString&gt;</strong></p>
<p>As shown in the below image:</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/5.gif" rel="lightbox[165]"><img class="size-medium wp-image-172" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/5-300x172.gif" alt="Customized search box tag" width="300" height="172" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Output: Customized search box</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure advanced search in sharepoint</title>
		<link>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/</link>
		<comments>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:52:06 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Advanced Search]]></category>
		<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=24</guid>
		<description><![CDATA[


Go site action &#62; Site Settings
Click on Sites and Workspaces
Create Search site using &#8216;Search Center&#8217; template (which is under Enterprise tab)
After creating the &#8216;Search Center&#8217; site, browse to the site and copy the url
Return back the main home page, then go to &#8216;Site Action&#8217; &#62; Site Settings
Under &#8216;Site Collection Administration&#8217; section click on &#8216;Search settings&#8217;
Select [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_27" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch11.gif" rel="lightbox[24]"><img class="size-medium wp-image-27" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch11-300x56.gif" alt="Configure advanced search in sharepoint" width="300" height="56" /></a><p class="wp-caption-text">Figure 1</p></div>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 166px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch21.gif" rel="lightbox[24]"><img class="size-medium wp-image-28" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch21-156x300.gif" alt="Configure advanced search in sharepoint" width="156" height="300" /></a><p class="wp-caption-text">Figure 2 </p></div>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 218px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch3.gif" rel="lightbox[24]"><img class="size-medium wp-image-29" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch3-208x300.gif" alt="Configure advanced search in sharepoint" width="208" height="300" /></a><p class="wp-caption-text">Figure 3 </p></div>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch4.gif" rel="lightbox[24]"><img class="size-medium wp-image-30" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch4-300x48.gif" alt="Configure advanced search in sharepoint" width="300" height="48" /></a><p class="wp-caption-text">Figure 4 </p></div>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 201px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch5.gif" rel="lightbox[24]"><img class="size-medium wp-image-31" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch5.gif" alt="Configure advanced search in sharepoint" width="191" height="181" /></a><p class="wp-caption-text">Figure 5 </p></div>
<div class="mceTemp mceIEcenter">
<div id="attachment_86" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/08/advancedsearch6.gif" rel="lightbox[24]"><img class="size-medium wp-image-86" title="Figure 6" src="http://fivenumber.com/wp-content/uploads/2008/08/advancedsearch6-300x101.gif" alt="Configure Advanced Search" width="300" height="101" /></a><p class="wp-caption-text">Figure 6</p></div>
</div>
<ul>
<li>Go site action &gt; Site Settings</li>
<li>Click on Sites and Workspaces</li>
<li>Create Search site using &#8216;Search Center&#8217; template (which is under Enterprise tab)</li>
<li>After creating the &#8216;Search Center&#8217; site, browse to the site and copy the url</li>
<li>Return back the main home page, then go to &#8216;Site Action&#8217; &gt; Site Settings</li>
<li>Under &#8216;Site Collection Administration&#8217; section click on &#8216;Search settings&#8217;</li>
<li>Select the radio button &#8216;Use custom scopes&#8217; and paste the url of &#8216;Search Center&#8217; which should end with &#8216;/&#8217; (slash) (for example: if the Search Center url is like http://fivenumber/searchcenter/default.aspx, you should write only /searchcenter/) in the custom scopes textbox and then click &#8216;OK&#8217;</li>
<li>The search control acts dynamically depends upon the user input, when user want to search the content the results will be shown in results.aspx, when the user clicks on advanced search link it will redirects to advanced.aspx</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Date Format of Site Column</title>
		<link>http://www.fivenumber.com/change-date-format-of-site-column/</link>
		<comments>http://www.fivenumber.com/change-date-format-of-site-column/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 12:30:30 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=18</guid>
		<description><![CDATA[First of all create a column with Date and Time column type, choose Date Only radio button under Date and Time Format provide the column name as &#8216;Date&#8217;
Then Create one more column with Calculated (calculation based on other columns) column type, provide the below said formulas in formula input fields and name the column as [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_21" class="wp-caption aligncenter" style="width: 302px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/date12.gif" rel="lightbox[18]"><img class="size-medium wp-image-21" title="date12" src="http://fivenumber.com/wp-content/uploads/2008/07/date12.gif" alt="Formatted date in sharepoint list" width="292" height="88" /></a><p class="wp-caption-text">Formatted date in sharepoint list</p></div>
<div id="attachment_22" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/date2.gif" rel="lightbox[18]"><img class="size-medium wp-image-22" title="date2" src="http://fivenumber.com/wp-content/uploads/2008/07/date2-300x99.gif" alt="Formatted date in sharepoint list" width="300" height="99" /></a><p class="wp-caption-text">Formatted date in sharepoint list</p></div>
<p>First of all create a column with <strong><label for="onetidTypeDateTime">Date and Time </label></strong>column type, choose <strong>Date Only</strong> radio button under <strong>Date and Time Format</strong> provide the column name as &#8216;Date&#8217;</p>
<p>Then Create one more column with <strong>Calculated (calculation based on other columns) </strong>column type, provide the below said formulas in formula input fields and name the column as &#8216;Custom Date&#8217;</p>
<p>After creating the columns try to enter date from new item form and submit, then you can view the date formatted as shown in Output column below</p>
<table style="height: 98px;" border="1" width="100%">
<tbody>
<tr>
<td style="text-align: center;" width="50%"><strong>Formula</strong> (calculation based on other columns)</td>
<td style="text-align: center;" width="50%"><strong>Output</strong></td>
</tr>
<tr>
<td style="text-align: center;" width="50%"></td>
<td style="text-align: center;" width="50%"></td>
</tr>
<tr>
<td style="text-align: center;" width="50%">=TEXT(Date,&#8221;dd Mmm, yyyy&#8221;)</td>
<td style="text-align: center;" width="50%">27 Mar, 2008</td>
</tr>
<tr>
<td style="text-align: center;" width="50%">=TEXT(Date,&#8221;d/m/yyyy&#8221;)</td>
<td style="text-align: center;" width="50%">21/7/2008</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/change-date-format-of-site-column/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MOSS links open in new window</title>
		<link>http://www.fivenumber.com/moss-links-open-in-new-window/</link>
		<comments>http://www.fivenumber.com/moss-links-open-in-new-window/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:59:36 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=14</guid>
		<description><![CDATA[There is very easy way to open the Links webpart links in new window using SPD.
1. Open the site in sharepoint designer.
2. Select the Links webpart and convert it into XSLT Data View
3. Then, select any one of the link in Links webpart and right click you will find Hyperlinks Properties option, Click on that
4. [...]]]></description>
			<content:encoded><![CDATA[<p>There is very easy way to open the Links webpart links in new window using SPD.<br />
1. Open the site in sharepoint designer.<br />
2. Select the Links webpart and convert it into XSLT Data View<br />
3. Then, select any one of the link in Links webpart and right click you will find Hyperlinks Properties option, Click on that<br />
4. It will open Edit Hyperlink dialogue. Click on the Target Frame button which is located right side of the dialogue box.<br />
5. Here, now it opens one more dialogue box naming Target Frame. Select the New Window option from common tragets list and click OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/moss-links-open-in-new-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calculate two fields in Sharepoint list</title>
		<link>http://www.fivenumber.com/calculate-two-fields-in-sharepoint-list/</link>
		<comments>http://www.fivenumber.com/calculate-two-fields-in-sharepoint-list/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:55:06 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Calculated Formulas]]></category>
		<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=11</guid>
		<description><![CDATA[please follow the steps:
1. Create three columns Quantity, Unit Price &#38; Net Amount
2. Columns types: Quantity [Number], Unit Price [Currency], Net Amount [Calculated (Calculation based on other columns)]
3. While creating Net Amount Column give text which is quotes (avoid quotes) &#8220;=[Quantity]*[Unit Price]&#8220;
]]></description>
			<content:encoded><![CDATA[<div id="attachment_12" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/cal-list.gif" rel="lightbox[11]"><img class="size-medium wp-image-12" title="cal-list" src="http://fivenumber.com/wp-content/uploads/2008/07/cal-list-300x148.gif" alt="Calculated column in sharepoint list" width="300" height="148" /></a><p class="wp-caption-text">Calculated column in sharepoint list</p></div>
<p>please follow the steps:</p>
<p>1. Create three columns Quantity, Unit Price &amp; Net Amount<br />
2. Columns types: Quantity [Number], Unit Price [Currency], Net Amount [Calculated (Calculation based on other columns)]<br />
3. While creating Net Amount Column give text which is quotes (avoid quotes) &#8220;=[Quantity]*[Unit Price]&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/calculate-two-fields-in-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format sharepoint list column text</title>
		<link>http://www.fivenumber.com/format-sharepoint-list-column-text/</link>
		<comments>http://www.fivenumber.com/format-sharepoint-list-column-text/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:27:34 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=8</guid>
		<description><![CDATA[1. Open the site in Sharepoint Designer
2. Select the list webpart and convert it into XSLT Data View
3. Select the column text which you want to make as bold/italic right click and take mouse over on Format Item as option and click on Text
4. Then format the text accordingly.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_9" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/list.gif" rel="lightbox[8]"><img class="size-medium wp-image-9" title="list" src="http://fivenumber.com/wp-content/uploads/2008/07/list-300x180.gif" alt="Formatted text in Sharepoint list" width="300" height="180" /></a><p class="wp-caption-text">Formatted text in Sharepoint list</p></div>
<p>1. Open the site in Sharepoint Designer<br />
2. Select the list webpart and convert it into XSLT Data View<br />
3. Select the column text which you want to make as bold/italic right click and take mouse over on Format Item as option and click on Text<br />
4. Then format the text accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/format-sharepoint-list-column-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
