This post will show how to easily go from the default liquid layout, to a 960px width with auto scrolling.
Step 1. Alter the Body Tag – replace scroll="no” with style="overflow:auto;”
(This will allow the Body to have a scroll bar when needed.)
Step 2. Add the below <div> tag directly after the <body> <form> tags
<div style="width:960px; margin:auto;”>
Step3. Don’t forget to add the closing </div> tag directly after
<SharePoint:DeveloperDashboard runat="server"/> around line 625
Thats it, Save your master page and refresh your SharePoint... you now should have a fixed width
Published with Blogger-droid v1.6.5