<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1044427" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1044427</link>
    <description></description>
    <language>en</language>
          <item>
    <title>take the main table and give</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1245008</link>
    <description> &lt;p&gt;take the main table and give center option&lt;br /&gt;
{{&lt;a href=&quot;/rules&quot;&gt;link removed&lt;/a&gt;}}&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Sep 2009 18:23:00 +0000</pubDate>
 <dc:creator>rubtheweb</dc:creator>
 <guid isPermaLink="false">comment 1245008 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I agree with Jaime.adding</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1244964</link>
    <description> &lt;p&gt;I agree with Jaime.adding align centre in the parent table has also worked in my case.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Sep 2009 14:12:51 +0000</pubDate>
 <dc:creator>keddy1</dc:creator>
 <guid isPermaLink="false">comment 1244964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If you add align=&quot;center&quot;</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1244675</link>
    <description> &lt;p&gt;If you add align=&quot;center&quot; within the parent table then I think the page will center align. I myself align pages in this way. Hope it works for you.&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Sep 2009 18:14:00 +0000</pubDate>
 <dc:creator>Jaime Magnus</dc:creator>
 <guid isPermaLink="false">comment 1244675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I think you have use CSS or</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1244582</link>
    <description> &lt;p&gt;I think you have use CSS or the method Mr. Webwiz mention is also good to use but I prefer to use CSS because linking a CSS file to page is much easier to edit in future as compare to coding in-line css in pages so I suggest you to move all the designing to CSS because it also help the user to view your site who have low speed internet connection and its a plus point for your site. Thanks!&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Aug 2009 10:27:40 +0000</pubDate>
 <dc:creator>James Walter</dc:creator>
 <guid isPermaLink="false">comment 1244582 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks David!
I will give it</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243555</link>
    <description> &lt;p&gt;Thanks David!&lt;/p&gt;
&lt;p&gt;I will give it a shot tomorrow... weekend has arrived and I am pooped. Seattle Light Rail Opens tomorrow morning at 10:00 am for the Grand Poobah!&lt;/p&gt;
&lt;p&gt;Have an awesome weekend!!!&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Jul 2009 01:58:48 +0000</pubDate>
 <dc:creator>Ran Loot</dc:creator>
 <guid isPermaLink="false">comment 1243555 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Actually that table will</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243548</link>
    <description> &lt;p&gt;Actually that table &lt;strong&gt;will&lt;/strong&gt; center, given half a chance. The width specified on the BODY tag means that the table is centering on 795px. Take the width off the BODY and the table will center on the window.&lt;/p&gt;
&lt;p&gt;To get the banner background image centered, apply &#039;background-position: center;&#039; to it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Jul 2009 19:26:21 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1243548 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Right, this is tables and</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243545</link>
    <description> &lt;p&gt;Right, this is tables and you don&#039;t have a containing div! &lt;code&gt;margin: 0 auto;&lt;/code&gt; on the body works in Firefox - not sure about IE (see webwiz&#039;s comments on that)&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Jul 2009 17:44:48 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1243545 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You have an incomplete</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243542</link>
    <description> &lt;p&gt;You have an incomplete DOCTYPE that&#039;s putting your page in &quot;quirks&quot; mode. For Internet Explorer, that means all versions behave like version 5.5.&lt;/p&gt;
&lt;p&gt;FWIW you can get old IE to center your table by adding &quot;text-align: center;&quot; to the BODY style.&lt;/p&gt;
&lt;p&gt;P.S. All those inline styles will eventually drive you mad. Styles belong in a separate file.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Jul 2009 17:25:33 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1243542 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>SeattleLightRail.net (thank</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243540</link>
    <description> &lt;p&gt;SeattleLightRail.net (thank you)...&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Jul 2009 17:12:14 +0000</pubDate>
 <dc:creator>Ran Loot</dc:creator>
 <guid isPermaLink="false">comment 1243540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can you post a link please?</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/how-do-i-automatilly-center-align-all-pages-website-all-browser-sizes#comment-1243539</link>
    <description> &lt;p&gt;Can you post a link please? It&#039;s hard to tell what&#039;s happening when we can&#039;t see the site.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Jul 2009 15:03:35 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1243539 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
