<?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>Web Design Secrets</title>
	<atom:link href="http://www.easy-online-money.net/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.easy-online-money.net</link>
	<description>All the things you know, or thought you did</description>
	<lastBuildDate>Fri, 31 Jul 2009 23:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The pesky ï»¿ Byte Order Marks, how to get rid of them</title>
		<link>http://www.easy-online-money.net/?p=35</link>
		<comments>http://www.easy-online-money.net/?p=35#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:50:35 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[Byte Order marks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iso-8859-1]]></category>
		<category><![CDATA[ï»¿]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.easy-online-money.net/?p=35</guid>
		<description><![CDATA[Have you ever seen ï»¿ appearing on your web pages or SSI, but no idea of how it got there? That is what&#8217;s known as a Byte Order Mark or BOM, and it happens to be one of the most annoying little critters you will ever come across (when building web pages, that is).
So what [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen ï»¿ appearing on your web pages or SSI, but no idea of how it got there? That is what&#8217;s known as a <strong>Byte Order Mark</strong> or BOM, and it happens to be one of the most annoying little critters you will ever come across (when building web pages, that is).</p>
<h3>So what causes ï»¿, and how do you get rid of it?</h3>
<p>There is a pretty technical description on Wikipedia about <a style="text-decoration: line-through;" rel="nofollow" href="http://en.wikipedia.org/wiki/Byte-order_mark" target="_blank">Byte Order Marks </a> but it probably won&#8217;t help the average webmaster. You get a description of what it is (assuming you can understand the tech talk) but no hints on how to deal with it. So here&#8217;s the beginners guide.</p>
<p>In simple terms, the BOM is telling you that there is an issue with the characters, and you probably saved something incorrectly. That&#8217;s way over simplified, but who needs to know every technical detail&#8230;.you just want to know how to get rid of it, don&#8217;t you?</p>
<h3>Using MS Expression Web</h3>
<p>This HTML editor is particularly prone to inserting ï»¿ into your includes or SSI files. There is a very good explanation on <a style="text-decoration: line-through;" rel="nofollow" href="http://www.95isalive.com/expression/index.html" target="_blank">BOM and Expression Web</a> here. Follow these instructions and you should have no further problems.</p>
<h3>Saving Files Incorrectly</h3>
<p>Do you ever save files to something like Notepad, before pasting that into your webpage content? If so, then you may have the wrong save options.</p>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-38" title="save files with notepad" src="http://www.easy-online-money.net/wp-content/uploads/2009/06/bom1-300x84.gif" alt="save files with notepad" width="300" height="84" /><p class="wp-caption-text">save files with notepad</p></div>
<p>It&#8217;s easy to assume that because the option of saving as UTF-8 is available, that you should do that. But <span style="color: #ff0000;"><strong>please don&#8217;t</strong></span>, that is the most common cause of introducing the BOM into your files! Always save as All files and ANSI.</p>
<h3>Your Charset Meta Tag</h3>
<p>This is sometimes a last resort, to see if it makes any difference.Check your Meta Tags. Do they say <span style="color: #800000;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</span> or do they have <span style="color: #800000;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243;&gt;</span></p>
<p>If they are<strong> UTF-8</strong> then try changing to <strong>iso-8859-1</strong> I don&#8217;t promise this will fix your problem, but it can do, under certain conditions.</p>
<h3>Try using Notepad++</h3>
<p>This is one easy way to get rid of those characters. Download and install the free Notepad++.<br />
<a style="text-decoration: line-through;" rel="nofollow" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank"> Get Notepad++</a></p>
<p>Open up your file in Notepad++, click on the &#8220;<strong>Format</strong>&#8221; option,check the &#8220;<strong>encode in UTF-8 without BOM</strong>&#8221; and then re-save your file. You should now have a BOM free page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easy-online-money.net/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed width, or a fluid design?</title>
		<link>http://www.easy-online-money.net/?p=25</link>
		<comments>http://www.easy-online-money.net/?p=25#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:08:06 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[capped width webpage]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[fluid webpage]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[liquid design]]></category>

		<guid isPermaLink="false">http://www.easy-online-money.net/?p=25</guid>
		<description><![CDATA[

These are the 2 most common ways to design a web page. Your choice is either a fixed width, OR a fluid design that stretches the full width of the page. There are advantages and drawbacks to both. Many designers will tell you they are the only two choices you have. Not true, but more [...]]]></description>
			<content:encoded><![CDATA[<div id="mod_904655" class="module moduleText color0">
<div id="txtd_904655" class="txtd">
<p>These are the 2 most common ways to design a web page. Your choice is either a fixed width, OR a fluid design that stretches the full width of the page. There are advantages and drawbacks to both. Many designers will tell you they are the only two choices you have. Not true, but more on that later.</p>
<h3>Fixed Width</h3>
<p>This is an easy way to design. Pick a width (let&#8217;s say 750px) and your page will always remain at that&#8230;.never wider, no narrower. As you build a page, it&#8217;s comforting to know that everything will display just the way you see it.</p>
<p>That&#8217;s the good thing about it, so any drawbacks? Well, let&#8217;s see. The lowest resolution monitor you really need to consider is 800&#215;600px (ignore things like handhelds and cellphones for now). But how is your page going to display on a widescreen 1680px monitor?</p>
<p>Yep, it will be 750px wide. So you have 750 of webpage, and about 900px of blank space. It&#8217;s not a particularly nice look. Some people will not have a full browser window open at that resolution, which is the only saving grace, IMO.</p>
<h3>Fluid Design</h3>
<p>So is an expandable page any better? Well, yes&#8230;.and no.  On the one hand, the page will expand with a wider screen. So you don&#8217;t get a narrow width on a wider monitor. But on the other hand, it will <strong>keep</strong> expanding as there is nothing to stop it. So you go beyond a comfortable line length.</p>
<p>Which all leads to the question &#8211; <strong><em>is there a better way? </em></strong>Some designers will say no, those are your two design options.<strong></strong></div>
</div>
<div id="mod_904881" class="module moduleText color0">
<h2>Another Way</h2>
<div id="txtd_904881" class="txtd">
<p>So, if neither a fixed or fluid design is the ideal, what is?</p>
<p>How about something I like to call <strong>&#8220;the Oprah effect&#8221;</strong>. A page that widens and contracts. But unlike Oprah, it actually knows when to stop. So it will expand to a predetemined width, set by you then stop expanding.</p>
<p>Let me give you an example of how this works. Take a look at <a style="text-decoration: line-through;" rel="nofollow" href="http://www.vegetable-garden-guide.com/" target="_blank">this website</a>. No, it&#8217;s not my site, but it contains css and code written by myself. A simple, functional, and relatively pleasing to the eye page.</div>
</div>
<div id="mod_904882" class="module moduleText color0">
<h2>What&#8217;s Different About That Page?</h2>
<div id="txtd_904882" class="txtd">
<p>Take a look at the page using 800&#215;600px resolution (to do this, right click on your desktop, select properties, then choose the settings tab). You will see the page displays at 95% width of the screen, centered, and with a colored background either side of the page.</p>
<p>Okay, so now try 1024&#215;768. What do you see? the page is still at 95% width, and centered. In other words, it has expanded to fit the available screen size. Now&#8230;..if you have access to a widescreen monitor, try viewing the page with that, and see the difference.</p>
<p>The page has <strong>stopped expanding</strong> at 1050px wide. It remains centered, only the body either side of the page has expanded to fill the screen. View it in any browser you like, and at any resolution you want, the result is the same. (with a few minor exceptions that I will explain later)</p>
<p>Because the page doesn&#8217;t expand indefinitely, a good line length of approximately 60 characters is maintained on this 3 column layout.</p></div>
</div>
<div id="mod_904883" class="module moduleText color0">
<h2>How To Do It</h2>
<div id="txtd_904883" class="txtd">
<p>Have you seen this done before? And if so, have you ever seen instructions for <em>how </em>to do it?</p>
<p>Probably not, yet it is a way to get the best of both worlds. Think of it as a &#8220;capped width fluid design&#8221;. The<strong> how to</strong> will be the subject of another post. Take care until then, and happy designing!</p>
<p>AJ</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.easy-online-money.net/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Capped Fluid Width Webpage Design</title>
		<link>http://www.easy-online-money.net/?p=19</link>
		<comments>http://www.easy-online-money.net/?p=19#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:00:11 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[capped width webpage]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[fluid webpage]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[liquid design]]></category>

		<guid isPermaLink="false">http://www.easy-online-money.net/?p=19</guid>
		<description><![CDATA[
A capped width fluid web page

for those that have read the post on fluid versus fixed webpages, you will know what I&#8217;m talking about when I say &#8220;the Oprah effect&#8221;.
I discussed some of the benefits of a capped width, fluid web page. In other words, the page will expand with wider monitors, only to a [...]]]></description>
			<content:encoded><![CDATA[<div id="mod_905335" class="module moduleText color0">
<h2>A capped width fluid web page</h2>
<div id="txtd_905335" class="txtd">
<p>for those that have read the post on fluid versus fixed webpages, you will know what I&#8217;m talking about when I say <strong>&#8220;the Oprah effect&#8221;</strong>.</p>
<p>I discussed some of the benefits of a capped width, fluid web page. In other words, the page will expand with wider monitors, only to a pre determined width. Beyond that point, it will stop expanding, and the body either side of the page will expand. I&#8217;m sure you can see the reasons why this is beneficial.</p>
<h2>A Little background On This Method</h2>
<p>When I first decided to try and build web pages this way, I researched any information I could about it. And guess what? There wasn&#8217;t any &#8211; or very little.</p>
<p>So, was it something that couldn&#8217;t be done? Or perhaps it could be, but those that knew how weren&#8217;t saying? Either way, if I wanted to do this, I had to find the way myself, there was no simple step by step tutorial to help me.</p>
<p>So lets quickly recap what we want, and then we can get on with how to do it.</p>
<ul>
<li>A page that looks good at all screen resolutions.</li>
<li>A page that will expand and contract</li>
<li>One that will stay centered</li>
<li>A page that knows when to stop expanding</li>
<li>And it must work with all OS and in all mainstream browsers.</li>
</ul>
</div>
</div>
<div id="mod_905394" class="module moduleText color0">
<h2>An overview on how it works</h2>
<div id="txtd_905394" class="txtd">
<p>Let&#8217;s take a high altitude view of how it&#8217;s going to come together, before we get to the specifics. For those that know a little css, you will realize that a simple <strong>max-width:some value;</strong> simply isn&#8217;t going to do the job.</p>
<p>For a start, Internet Explorer has no idea what that means. So what does IE understand? Well, a javascript expression that does a similar job to the max-width property.</p>
<p>We also need to consider the page centering &#8211; it can get quite messy if we don&#8217;t do things the right way. So, Im going to assume you&#8217;re using an external stylesheet, and show you what you need to add to that and your HTML page to get a perfectly behaved capped width page.</p>
<h2>The stylesheet</h2>
<p>On any stylesheet, you generally start off adding properties to the body selector. This isn&#8217;t intended as a css tutorial, but perhaps we need to be clear on what I mean.</p>
<p>Very basic css is comprised of 3 parts &#8211; a selector, a property, and a value, set out like this.</p>
<p><strong>body{max-width:1050px;}</strong> where <em>body</em> is the selector, <em>max-width</em> is the property, and <em>1050px </em>is the value. Ok, that&#8217;s simple enough.</p>
<p>So let&#8217;s assume you have a simple 3 column table layout on the page, with the styling in an offpage stylesheet. You could simply set the table width to 90% and leave it at that.</p>
<p>What happens then? the table will be at 90% width, regardless of how wide the monitor is (the resolution of the screen, to be more precise). So we are going to tell the page, <strong>occupy 90% of the width of the screen, up to a maximum width of 1050px, and remain centered at all times.</strong> Shouldn&#8217;t be too hard, should it?</div>
</div>
<div id="mod_new8" class="module moduleAdSpot color0"><script type="text/javascript"><!--
&lt;!
google_ad_host = "pub-6958755572607374";
google_ad_client = "ca-pub-2740578362692434";
google_alternate_ad_url = "http://hubpages.com/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000CC";
google_color_url = "333333";
google_color_text = "333333";
google_ui_features = "rc:0";</p>
<p>// &gt;
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><script type="text/javascript"><!--
google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
// --></script></div>
<h2>First part of the stylesheet</h2>
<p><span style="color: #ff0000;">body {</span></p>
<p><span style="color: #ff0000;"><strong>max-width: 1000px;</strong></span></p>
<p><span style="color: #ff0000;">background-color:#bccbf2;</span></p>
<p><span style="color: #ff0000;">font-family: Arial, Verdana, sans-serif;</span></p>
<p><span style="color: #ff0000;">font-size: 93%;</span></p>
<p><span style="color: #ff0000;">color: #000;</span></p>
<p><span style="color: #ff0000;">margin:auto;</span></p>
<p><span style="color: #ff0000;">padding:0;</span></p>
<p><span style="color: #ff0000;"><strong>text-align:center;</strong></span></p>
<p><span style="color: #ff0000;">}</span></p>
<p>Only the bold parts of this are required, the other properties are entirely optional. So, if we are going to be using a 3 column table for our page design, why have we put the max-width property up here in the body selector, and not in the following code which deals specifically with the table?</p>
<p>Im sure inquiring minds will want to know this &#8211; so more on that later.</p>
<h4><strong>Next part of the stylesheet </strong></h4>
<p><span style="color: #ff0000;">.main-table {</span></p>
<p><span style="color: #ff0000;">width:expression(document.body.clientWidth &gt; 1002? &#8220;1000px&#8221;: &#8220;auto&#8221; );</span></p>
<p><span style="color: #ff0000;">font-size: 93%;</span></p>
<p><span style="color: #ff0000;">margin-top: 0px;</span></p>
<p><span style="color: #ff0000;">margin-right: auto;</span></p>
<p><span style="color: #ff0000;">margin-bottom: 0px;</span></p>
<p><span style="color: #ff0000;">margin-left: auto;</span></p>
<p><span style="color: #ff0000;">}</span></p>
<p>This is whats known as a javascript expression. IE can understand this whereas the max-width we used earlier will work for Firefox, and other browsers.</p>
<p>So let&#8217;s look at what this expression is really saying.  <strong>document.body.clientWidth &gt; 1002? &#8220;1000px&#8221;: &#8220;auto&#8221; </strong>Is the page wider than 1002px? If so, then make it 100px wide. Why are those 2 values different?</p>
<p>because IE6 has a slight bug. If they are identical values, then it will loop the code &#8211; result is a frozen screen.</p>
<h2>Centering The Page</h2>
<p>So, how are we going to ensure the page is centered? Actually, we have already done that! I said earlier I would explain why the max-width property was put with the body selector, rather than down here with the table.</p>
<p>Take a look at the table properties for a minute. You will see that I have set the left and right margins to auto. What the means, is that the table is now the same width as the body. Big deal, you say?</p>
<p>Actually, it is a big deal. Because the body and table are the same width, it means I can apply the max-width to the body instead of the table. This in fact gets around all those nasty centering issues you are going to have doing it any other way.</p>
<p>So think of it this way&#8230;..I have told the table to go to the full width of the body. I then told the body it was to go no wider than 1000px. Even if you don&#8217;t understand why this works, just trust that it does!</p>
<h2>Last part to add to the stylesheet</h2>
<p>One more thing we need to do in the stylesheet. As we have created the class above, called main-table, we need to create some properties for any other tables we might use on the page. This isnt essential, it&#8217;s merely to ensure they will format the way you want them. So here is a basic one that you can adjust to suit yourself.</p>
<p><span style="color: #ff0000;">table {</span></p>
<p><span style="color: #ff0000;">font-family: &#8216;Trebuchet MS&#8217;, Arial, Verdana, sans-serif;</span></p>
<p><span style="color: #ff0000;">font-size: 100%;</span></p>
<p><span style="color: #ff0000;">color: #000;</span></p>
<p><span style="color: #ff0000;">padding-top: 2px;</span></p>
<p><span style="color: #ff0000;">padding-right: 2px;</span></p>
<p><span style="color: #ff0000;">padding-bottom: 2px;</span></p>
<p><span style="color: #ff0000;">padding-left: 2px;</span></p>
<p><span style="color: #ff0000;">}</span></p>
<p>If we didnt add this, then any other table we might add to the page would take on the properties of the class above. Things like auto width for example.</p>
<h2>Making the changes to your HTML page</h2>
<p>Okay, nearly there. All we have to do now is add in the class to our page.Here is a simple page, utelizing this way of limiting the width.</p>
<p><span style="color: #ff0000;">&lt;html&gt;&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;yourstylesheet.css&#8221;&gt;</span></p>
<p><span style="color: #ff0000;">&lt;body&gt; &lt;div class=&#8221;main-table&#8221;align=&#8221;center&#8221;&gt;</span></p>
<p><span style="color: #ff0000;">&lt;table width=&#8221;90%&gt;&lt;tr&gt;&lt;td&gt;</span></p>
<p><span style="color: #ff0000;">content goes in here&lt;/tr&gt;&lt;/td&gt;&lt;table&gt;&lt;/div&gt;</span></p>
<p><em>(please don&#8217;t leave a comment to tell me that the align attribute is deprecated for tables! I know that&#8230;.just keeping it simple)</em></p>
<h2>How will all that work?</h2>
<p>The main content table will expand to 900px, no further. The max-width and the javascript expression ensures that. If your monitor is say 1024&#215;768px then anything above 900px in width will just fill in with whatever color/background image has been used for the body.</p>
<p>The content table will be centered at all times, and you will have a web page that knows when to stop expanding.</p>
<h2>Get the PDF</h2>
<p>I have a free report on one of my websites, that explains exactly how this works, and how to apply it to your own site. Please feel free to download it, and try it out for yourself.</p>
<p><a href="http://www.easy-online-money.net/ebooks/Fluid-Design-Secrets.pdf">Get the report</a></p>
<p>Happy designing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easy-online-money.net/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to make a table based page layout search engine friendly</title>
		<link>http://www.easy-online-money.net/?p=6</link>
		<comments>http://www.easy-online-money.net/?p=6#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:20:04 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[optimizing webpage]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.easy-online-money.net/?p=6</guid>
		<description><![CDATA[A table based webpage layout &#8211; how to get it right for the search engines
A purely css based layout is obviously ideal. That&#8217;s all part of the push to separate styling from structure, on web pages. So in the perfect world, we keep a table for holding tabular data.
But not everybody is a css wizz. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A table based webpage layout &#8211; how to get it right for the search engines</strong></p>
<p>A purely css based layout is obviously ideal. That&#8217;s all part of the push to separate styling from structure, on web pages. So in the perfect world, we keep a table for holding tabular data.</p>
<p>But not everybody is a css wizz. Many people find a table based layout easy to work with and modify. And there are some things that are just so simple to do with a table, that require complex coding when using css.</p>
<p>If you&#8217;re going to use a table based layout for your page (preferably with an off page stylesheet, but that&#8217;s the subject of another post) then you need to get it right for the search engines. this page will show you exactly how to do that.</p>
<h3>the WRONG way to lay out a content table</h3>
<p><img class="aligncenter" title="table layout for a webpage" src="http://www.easy-online-money.net/image-files/table-demo1.jpg" alt="" width="420" height="464" /></p>
<div id="mod_911920" class="module moduleText color0">
<h2>What&#8217;s wrong with the table above?</h2>
<div id="txtd_911920" class="txtd">
<p>I have seen many people design their content pages like the diagram above. And its wrong. Never have your table laid out like this, or not if you want to rank well with search engines that is!</p>
<p>So why is it bad? Think about how a search engine reads a table. It starts at the top left, and continues across any further cells in that row. It then moves down to the next row, and repeats the process. So, it&#8217;s left to right, top to bottom, starting from the top left. The diagram is numbered in the order that something like Googlebot sees and reads the table content.</p>
<p>It&#8217;s quite abovious that in the diagram, the navigation column is going to be seen before your main content. And thats a bad thing.  the higher to the top of your page you have your main content, the more relevance and importance the spiders will give your content. Stick navigation links, affiliate ads, or whatever in front of your content, and you <strong>won&#8217;t</strong> rank as well as you should.It won&#8217;t kill your site to do this, but you are certainly NOT as well optimized as you could be.</p>
<h2>The RIGHT way to lay out your table</h2>
<p><img class="aligncenter" title="correct table layout for a web page" src="http://www.easy-online-money.net/image-files/table-demo2.jpg" alt="" width="420" height="464" /></p>
<h2>The difference between the 2 diagrams</h2>
<p>In the first one, search engine spiders saw your main content (in cell 3) after the navigation column.</p>
<p>In the second example, a spacer cell has been placed in the table. This has the effect of moving the content up ahead of the navigation. Although to the eye, it appears exactly the same. So a viewer will see the navigation as appearing on the left, before your main content, while a spider will see it on the next row down, <strong>after</strong> your main content.</p>
<h2>How To Do It</h2>
<p>it&#8217;s simply a matter of making sure that each individual cell has the correct colspan and rowspan&#8230;.see below for the HTML to do this.</p>
<p><strong>&lt;table width=&#8221;90%&#8221;&gt;</strong></p>
<p><strong>&lt;tr&gt;&lt;td colspan=&#8221;3&#8243;&gt; Your header goes in here &lt;/td&gt;&lt;/tr&gt; </strong></p>
<p>Ok thats for the header, the colspan has been set to 3, so it will stretch the full width of the table, which is 3 columns.  Next:  the spacer.</p>
<p><strong>&lt;tr&gt;&lt;td height=&#8221;1&#8243;&gt;&lt;/td&gt; </strong></p>
<p>I realize height is deprecated as an attribute for tables, and to be more correct, we should define that with css. But deprecated doesn&#8217;t mean it won&#8217;t continue to work for many years to come&#8230;..and we want to make this simple as we can. So, I have put a height in &#8211; this will ensure the cell doesn&#8217;t take on a mind of its own as far as height goes. We don&#8217;t want it to take up any more room that it has to, and 0px will not be recognized&#8230;.it needs to be 1px at least.</p>
<p><strong>&lt;td rowspan=&#8221;2&#8243;&gt; Main content goes in here &lt;/td&gt;</strong></p>
<p>We have given the main content area a rowspan of 2. You need this, to ensure the table formatting stays correct.</p>
<p><strong>&lt;td rowspan=&#8221;2&#8243;&gt;Right column content goes in here&lt;/td&gt;&lt;/tr&gt; </strong></p>
<p>This also has the rowspan=&#8221;2&#8243;&#8230;.this is the last cell in the column, so the &lt;tr&gt; has been closed off.</p>
<p><strong>&lt;tr&gt;&lt;td valign=&#8221;top&#8221;&gt; navigation links here&lt;/td&gt;&lt;/tr&gt; </strong></p>
<p>This is the navigation column. Because it is on a lower row than the main content, search engines see it after the main content.</p>
<p><strong>&lt;tr&gt;&lt;td colspan=&#8221;3&#8243;&gt;footer info is in this area&lt;/td&gt;&lt;tr&gt;&lt;/table&gt; </strong></p>
<p>The footer is given colspan=&#8221;3&#8243;, the same as the header, as it spans the full width of the table.</p>
<h2>Wasn&#8217;t too hard, was it?</h2>
<p>And that&#8217;s it. Design you content tables this way, and you will see an improvement in your SERPs. You can add in all the extra attributes to the &lt;td&gt; tags of course, I have only given a basic version to demonstrate the layout.</p>
<p>Have fun, and catch up next time.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.easy-online-money.net/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OMG, not another site on web design? &#8220;Please say it isn&#8217;t true&#8221;!</title>
		<link>http://www.easy-online-money.net/?p=1</link>
		<comments>http://www.easy-online-money.net/?p=1#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:24:21 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[Bits and Pieces]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.easy-online-money.net/?p=1</guid>
		<description><![CDATA[Interested in web design? Do you have a desire to learn more about what goes on behind the scenes of a webpage? Then have a browse through the posts on this site, perhaps you will find something of interest.
This site has sat untended and unloved for over a year now. The  subdomain is far [...]]]></description>
			<content:encoded><![CDATA[<p>Interested in web design? Do you have a desire to learn more about what goes on behind the scenes of a webpage? Then have a browse through the posts on this site, perhaps you will find something of interest.</p>
<p>This site has sat untended and unloved for over a year now. The  <a href="http://sbi-help.easy-online-money.net">subdomain</a> is far more developed. However, that section of the site is aimed towards a specific group of people: those that own SBI websites.</p>
<p>While <strong>sbi-help</strong> looks at site design, a lot of the information is not generally applicable to those outside of SBI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easy-online-money.net/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
