<?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: Fixed width, centered SharePoint 2010 Site</title>
	<atom:link href="http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/</link>
	<description>A blog about Design, ASP.Net, Microsoft SharePoint, HTML, CSS and Javscript</description>
	<lastBuildDate>Thu, 03 Jun 2010 13:23:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yogi Bear</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-101</link>
		<dc:creator>Yogi Bear</dc:creator>
		<pubDate>Wed, 12 May 2010 14:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-101</guid>
		<description>The only problem I have with removing this div is that the ribbon editing goes all awry as the s4-workspace ID is requierd in the script to control the ribbon position ... need a solution that keeps the ribbon postion for editing; but also have nice fixed width</description>
		<content:encoded><![CDATA[<p>The only problem I have with removing this div is that the ribbon editing goes all awry as the s4-workspace ID is requierd in the script to control the ribbon position &#8230; need a solution that keeps the ribbon postion for editing; but also have nice fixed width</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-99</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-99</guid>
		<description>I&#039;m guessing this was done on the RC Build?  The page architecture seems to have changed for the RTM (and eventual GA).  Any new thoughts?</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing this was done on the RC Build?  The page architecture seems to have changed for the RTM (and eventual GA).  Any new thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: susan</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-97</link>
		<dc:creator>susan</dc:creator>
		<pubDate>Mon, 12 Apr 2010 12:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-97</guid>
		<description>if you remove the s4-workspace ID, then test a dialog box in FF, they don&#039;t auto-size properly. i found that in order to have a fixed-width site that still functions properly in Firefox, I had to keep s4-workspace and add the s4-nosetwidth class to that div. 

this fixed the dialog box issue for me</description>
		<content:encoded><![CDATA[<p>if you remove the s4-workspace ID, then test a dialog box in FF, they don&#8217;t auto-size properly. i found that in order to have a fixed-width site that still functions properly in Firefox, I had to keep s4-workspace and add the s4-nosetwidth class to that div. </p>
<p>this fixed the dialog box issue for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fixed Width Master Page &#8212; Two Variations &#171; SharePoint 2010 Branding Authority</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-92</link>
		<dc:creator>Fixed Width Master Page &#8212; Two Variations &#171; SharePoint 2010 Branding Authority</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-92</guid>
		<description>[...] http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/ The following code should be put in your custom CSS.  This will center the page and make it 950px wide.  If you want it wider, change the width.  I want mine left aligned, so I deleted margin-left and margin-right and added margin: 0px which does the trick.  ** I also had to add !important to body {overflow: auto !important;} to get the vertical scroll bars to work for some reason. I like this solution b/c the scroll bar is on the outside of the browser window.  The only issue is on a few Admin pages like All Master Pages where the content is too wide and won&#8217;t &#8220;fix&#8221; to your width.  See images A and B below.   A) Page whose content fits in the fixed width.  Scroll bar on the outside of browser window.  Looks great.  B) Page whose content doesn&#8217;t fit in the fixed width.  Content stretches past fixed ribbon/nav at top.  Doesn&#8217;t look so great, but better than having fixed scroll bars on the left and bottom, which solution #2 creates.  See image D. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/" rel="nofollow">http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/</a> The following code should be put in your custom CSS.  This will center the page and make it 950px wide.  If you want it wider, change the width.  I want mine left aligned, so I deleted margin-left and margin-right and added margin: 0px which does the trick.  ** I also had to add !important to body {overflow: auto !important;} to get the vertical scroll bars to work for some reason. I like this solution b/c the scroll bar is on the outside of the browser window.  The only issue is on a few Admin pages like All Master Pages where the content is too wide and won&#8217;t &#8220;fix&#8221; to your width.  See images A and B below.   A) Page whose content fits in the fixed width.  Scroll bar on the outside of browser window.  Looks great.  B) Page whose content doesn&#8217;t fit in the fixed width.  Content stretches past fixed ribbon/nav at top.  Doesn&#8217;t look so great, but better than having fixed scroll bars on the left and bottom, which solution #2 creates.  See image D. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-67</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-67</guid>
		<description>I don&#039;t believe it would be so much of editing the script as turning it off completely and writing your own.

You can turn off most that functionality by removing some ID&#039;s on some elements.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe it would be so much of editing the script as turning it off completely and writing your own.</p>
<p>You can turn off most that functionality by removing some ID&#8217;s on some elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy Buskens</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-66</link>
		<dc:creator>Freddy Buskens</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-66</guid>
		<description>You solved my puzzle, thnxs.

Do you think it would also be possible to edit the Java Script for resizing?</description>
		<content:encoded><![CDATA[<p>You solved my puzzle, thnxs.</p>
<p>Do you think it would also be possible to edit the Java Script for resizing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fixed Width Master Pages in SharePoint 2010 - Doug Ware</title>
		<link>http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/comment-page-1/#comment-62</link>
		<dc:creator>Fixed Width Master Pages in SharePoint 2010 - Doug Ware</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://styledpoint.com/blog/?p=72#comment-62</guid>
		<description>[...] 1:38 PM  Body: Edit: Since I wrote this post I found this one which has a solution I like better: http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/. I also recommend you take a look at Randy Drisgill&#039;s starter master pages which you can read [...]</description>
		<content:encoded><![CDATA[<p>[...] 1:38 PM  Body: Edit: Since I wrote this post I found this one which has a solution I like better: <a href="http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/" rel="nofollow">http://styledpoint.com/blog/fixed-width-centered-sharepoint-2010-site/</a>. I also recommend you take a look at Randy Drisgill&#39;s starter master pages which you can read [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
