<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039719" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039719</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224798</link>
    <description> &lt;p&gt;Hi Greg..thanks so much for all your help...I&#039;ve realized that I&#039;m totally a right-brained person. It took 20 minutes to read and figure out how to change my page as you had written. I was dizzy at the end...then when I did it, it didn&#039;t center and I was looking at the actual page width 970 as text on my screen. I totally don&#039;t get it. I have 207 pages I&#039;m reloading online so I can&#039;t change each page I realize. So I&quot;m going to leave the whole damn site running flush left (I have no clue why changing to service pack 2 has affected the funtioning of my webpage software, any way, I&#039;ve got web easy professional and it does centre pages automatically..I&#039;m just not a coder..it took me long enough to figure out how to do the drop down menu..thanks sooo much. I guess I was hoping for a magic bullet that I could use on my first page that would instruct all other pages to behave...that just isn&#039;t in the cards. You ROCK!!!!&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Oct 2007 22:18:42 +0000</pubDate>
 <dc:creator>Colette</dc:creator>
 <guid isPermaLink="false">comment 1224798 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224765</link>
    <description> &lt;p&gt;that example page (test) you have two  tags. and you dont end the div I gave you&lt;/p&gt;
&lt;p&gt;the code I provided makes a div 970px wide and centres it in your browser&lt;br /&gt;
then whatever HTML is inside that  tag will display inside that div&lt;br /&gt;
 HTML HERE &lt;/p&gt;
&lt;p&gt;but because the table wasnt centered (align=&quot;center&quot;), it wasnt centered inside the div and therefore that image you had which is in a table wasnt centered either&lt;/p&gt;
&lt;p&gt;anything that goes in the div has to be centred or it will just be to the left (as it should be) *but still inside the div&lt;/p&gt;
&lt;p&gt;970px width is because that&#039;s about right for the max width of pages for users with 1024 resolution&lt;/p&gt;
&lt;p&gt;copy this following code entirely and paste it into your test page&lt;br /&gt;
dont have anything else in the test page except for the code below so make a blank page and copy the following&lt;br /&gt;
then view the page in your browser and you should understand better (I hope)&lt;br /&gt;
I made that div code I gave you with a border so you can see what the div is doing and what the things in that div are doing&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C/DTD HTML 3.2//EN&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; Created by Web Page Maker 1.2m&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; This page created by: Colette Cormier&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; Web Page Author&amp;#039;s e-mail address: &lt;a href=&quot;mailto:colette@facemaker.ca&quot;&gt;colette@facemaker.ca&lt;/a&gt;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright:: Colette Cormier&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Updated: 9/29/2007&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;lt;!--&amp;nbsp;&amp;nbsp;&amp;nbsp; 18:18:29&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;HTML&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;&amp;lt;TITLE&amp;gt;test&amp;lt;/TITLE&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;GENERATOR&amp;quot; content=&amp;quot;Web Page Maker 1.2m&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;AUTHOR&amp;quot; content=&amp;quot;Colette Cormier&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/HEAD&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 BACKGROUND=&amp;quot;weddinggowns.jpg&amp;quot; BGCOLOR=&amp;quot;#ffffff&amp;quot; TEXT=&amp;quot;#421e85&amp;quot; LINK=&amp;quot;#e300fb&amp;quot; VLINK=&amp;quot;#9415ff&amp;quot; ALINK=&amp;quot;#ff00bf&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;div style=&amp;quot;width:970px; margin: 0px auto; border:4px solid #000&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;	 &amp;amp;nbsp;&amp;lt;-------------------------------------------------&amp;amp;nbsp;&amp;amp;nbsp;THIS IS THE DIV. 970PX WIDE&amp;amp;nbsp;&amp;amp;nbsp;-------------------------------------------------&amp;gt;&amp;amp;nbsp;&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;&amp;lt;!-- START - Lock Page Width --&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=776px align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt; &lt;br /&gt;&amp;lt;IMG SRC=&amp;quot;spla3a3a.gif&amp;quot; WIDTH=1 HEIGHT=70&amp;gt;&amp;lt;BR CLEAR=ALL&amp;gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;THIS IS YOUR IMAGE IN THE TABLE BUT WITH &amp;quot;ALIGN=&amp;quot;CENTER&amp;quot; ADDED TO THE TABLE. SO ITS IN THE CENTER OF THE DIV IT&amp;#039;S CONTAINED IN&lt;br /&gt;&amp;lt;br /&amp;gt;THIS TEXT IS ALSO IN THE TABLE, AS THE TABLE IS CENTERED SO IS THIS TEXT&lt;br /&gt;	&amp;lt;!-- Display Image (Centered) --&amp;gt; &lt;br /&gt;&amp;lt;DIV ALIGN=CENTER&amp;gt;&amp;lt;IMG SRC=&amp;quot;airbrushwebsmall.gif&amp;quot; BORDER=0 ALT=&amp;quot;airbrush makeup toronto&amp;quot; WIDTH=744 HEIGHT=198 HSPACE=0 VSPACE=0 &amp;gt;&amp;lt;/DIV&amp;gt;&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;&amp;lt;/TABLE&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;!-- END - Lock Page Width --&amp;gt; &lt;br /&gt; &amp;lt;BR /&amp;gt;&amp;lt;BR /&amp;gt;&lt;br /&gt;	THIS IS RANDOM TEXT. WITHOUT ANY ALIGNMENT IT JUST GOES TO THE LEFT OF THE DIV - AS IT SHOULD&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/BODY&amp;gt;&lt;br /&gt;&amp;lt;/HTML&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;if you want to see what WAS happening before, just remove the align=&quot;center&quot; from the TABLE and save and upload the file again&lt;br /&gt;
you will see why it didnt look central before&lt;/p&gt;
&lt;p&gt;if you still get stuck don&#039;t be afraid to ask&lt;br /&gt;
this is a great place to ask about whatever you are stuck with so you can improve and learn more&lt;br /&gt;
I do suggest you read a few tutorials on the basics of HTML. it will help you better your website, and also help you understand what your web creating software is doing&lt;br /&gt;
a couple of good sites to read through are&lt;br /&gt;
&lt;a href=&quot;http://www.tizag.com/htmlT/&quot; class=&quot;bb-url&quot;&gt;http://www.tizag.com/htmlT/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/html/html_intro.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/html/html_intro.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;they are very simple to follow. &lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Oct 2007 05:32:04 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1224765 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224760</link>
    <description> &lt;p&gt;Hey Greg..I just tried your code..I have a sample graphic on this page &lt;a href=&quot;http://www.facemaker.ca/page231.html&quot; class=&quot;bb-url&quot;&gt;facemaker.ca/page231.html&lt;/a&gt; where I&#039;ve added your code..still isn&#039;t centering..gosh..can&#039;t imagine what&#039;s going on.&lt;/p&gt;
&lt;p&gt;don&#039;t beat your brain..I&#039;m thankful for the first attempt.&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Oct 2007 03:34:03 +0000</pubDate>
 <dc:creator>Colette</dc:creator>
 <guid isPermaLink="false">comment 1224760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224757</link>
    <description> &lt;p&gt;Hi Greg. Thanks for the code. I&#039;m going to try it right now. In answer to your question on the grey text, I don&#039;t think you are referring to my front page..I have some grey text on some internal pages where I&#039;ve had the text done in jpeg picture so it looks good but I wanted to repeat it so the engines could pick it up..but there was no need to draw attention to it again, so I made it pale...but not such a good idea because google de-indexed me last week..I&#039;m now fighting that battle--a whole other thread.&lt;/p&gt;
&lt;p&gt;I&#039;d love to know what you refer to by suggesting to have some stuff on different pages. I&#039;m always open to ideas and ways of improving my site. &lt;/p&gt;
&lt;p&gt;Because I&#039;m a remedial idiot and don&#039;t code..the old software is all I know right now. I bought Web Easy Professional and it does a lot of stuff. I&#039;m struggling with how to do the java drop down menu..I use Xara menu maker and this new program doesn&#039;t let me use it as easily so I&#039;m trying to figure out how to make it happen. I&#039;ll learn eventually, but it means reloading all the content from 208 pages currently online and I haven&#039;t the time right now..so many projects. I will move into the new age, I just will not use frontPage or dreamweaver because they aren&#039;t as WYSIWYG for me. my brain can only take so much.&lt;/p&gt;
&lt;p&gt;Thanks. Colette&lt;br /&gt;
&lt;a href=&quot;http://www.facemaker.ca&quot; class=&quot;bb-url&quot;&gt;facemaker.ca&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Oct 2007 03:16:09 +0000</pubDate>
 <dc:creator>Colette</dc:creator>
 <guid isPermaLink="false">comment 1224757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224718</link>
    <description> &lt;p&gt;try this before your body tag&lt;/p&gt;
&lt;p&gt;then end the div  after your body tag - in your case in between  &lt;/p&gt;
&lt;p&gt;SO&lt;br /&gt;
at the top have this&lt;/p&gt;
&lt;p&gt;ALL YOUR OTHER CODE...&lt;/p&gt;
&lt;p&gt;can I ask why you have extremely light grey text on a white background? it&#039;s unreadable&lt;br /&gt;
and there is a huge white space for some reason in the middle of the page, took a good scroll to get past that&lt;/p&gt;
&lt;p&gt;and although you&#039;re probably used to your website maker, it is probably time to make a move into the current&lt;br /&gt;
a lot has changed and is frequently changing&lt;/p&gt;
&lt;p&gt;nice site though&lt;br /&gt;
nice clean crisp solours and style&lt;br /&gt;
personally I would have had some of the stuff on different pages, but that&#039;s my pov&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Sep 2007 08:35:26 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1224718 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224712</link>
    <description> &lt;p&gt;Thanks guys but I just went in to look at my existing code for &lt;a href=&quot;http://www.facemaker.ca/page8.html&quot; class=&quot;bb-url&quot;&gt;facemaker.ca/page8.html&lt;/a&gt; and the code you suggest to put in is already there. This is what you suggest below. The only difference is the&lt;br /&gt;
 after the &quot;center&quot;...so I added that to see if it would make a difference and it didn&#039;t center the page. &lt;/p&gt;
&lt;p&gt;Then I tried moving the &quot;align center&quot; to after the =776&amp;gt; as it appears to be in your example..nope didn&#039;t work..bizarre..that&#039;s what was bugging me. I knew when I uploaded it, the code was telling it to center and it always did before with this program..I can&#039;t for the life of me understand why service pack 2 has made a difference in the ftp loading..geeesh.Thanks anyway. It remains a puzzle. When I load all my new updates, I&#039;ll have to settle for a &quot;flush left&quot; website.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Sep 2007 01:27:15 +0000</pubDate>
 <dc:creator>Colette</dc:creator>
 <guid isPermaLink="false">comment 1224712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224704</link>
    <description> &lt;p&gt;Yeah, i think the only way is to edit all the pages  It doesn&#039;t look too bad though, since your content is as wide as it is.&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Sep 2007 22:43:24 +0000</pubDate>
 <dc:creator>sitesupport</dc:creator>
 <guid isPermaLink="false">comment 1224704 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/centering-my-website-pages#comment-1224702</link>
    <description> &lt;p&gt;at the first table tag, you need to put;&lt;/p&gt;
&lt;p&gt;align=&quot;center&quot;&lt;/p&gt;
&lt;p&gt;so change this:&lt;/p&gt;
&lt;p&gt;to this:&lt;/p&gt;
&lt;p&gt;this will have to be done in all pages I&#039;m afraid.&lt;/p&gt;
&lt;p&gt;*thought to self*&lt;br /&gt;
It&#039;s sad when editors supply such horrible, non web standard code&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Sep 2007 22:01:11 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1224702 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
