<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Why won't my page line-up properly?</title>
	<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly/</link>
	<description>Comments on Ask MetaFilter post Why won't my page line-up properly?</description>
	<pubDate>Sun, 18 Jun 2006 19:02:16 -0800</pubDate>
	<lastBuildDate>Sun, 18 Jun 2006 19:02:16 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Why won&apos;t my page line-up properly?</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly</link>	
		<description>HTML/CSS-Filter: Why won&apos;t my page keep its width properly? One row keeps expanding over all the others. &lt;br /&gt;&lt;br /&gt; &lt;b&gt;The website is:&lt;/b&gt; &lt;br&gt;
&lt;a href=&quot;http://www.simonbrownartist.com/ausnerf/index.php&quot;&gt;http://www.simonbrownartist.com/ausnerf/index.php&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Stylesheet is&quot;&lt;/b&gt; &lt;br&gt;
&lt;a href=&quot;http://www.simonbrownartist.com/ausnerf/style.css&quot;&gt;http://www.simonbrownartist.com/ausnerf/style.css&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I know I&apos;ve used tables and not divs, I just got over it, and needed to keep common spacing, so just used tables instead. I also think it might be because I&apos;m using padding and such.&lt;br&gt;
&lt;br&gt;
Anyway, all help appreciated, I&apos;ve only been using css for about a year.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.40443</guid>
		<pubDate>Sun, 18 Jun 2006 18:47:08 -0800</pubDate>
		<dc:creator>taita_cakes</dc:creator>
		
			<category>layout</category>
		
			<category>padding</category>
		
			<category>html</category>
		
			<category>css</category>
		
	</item> <item>
		<title>By: jayder</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#622957</link>	
		<description>Are you talking about the row that contains the text, &quot;Please Note: Missing sections will be filled in over the weekend. Sorry for the inconvenience. Hectic university exam schedule&quot;?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-622957</guid>
		<pubDate>Sun, 18 Jun 2006 19:02:16 -0800</pubDate>
		<dc:creator>jayder</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#622959</link>	
		<description>I think you&apos;re going to have to be a bit more specific as to what is wrong.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;I really hope the black text on dark grey is a joke, because I just can&apos;t fathom that anyone would find that even remotely legible.&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-622959</guid>
		<pubDate>Sun, 18 Jun 2006 19:05:23 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: davcoo</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#622974</link>	
		<description>I don&apos;t know if it makes a difference, but the CSS doesn&apos;t &lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?profile=css2&amp;warning=2&amp;uri=http%3A%2F%2Fwww.simonbrownartist.com%2Fausnerf%2Findex.php&quot;&gt;validate&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-622974</guid>
		<pubDate>Sun, 18 Jun 2006 19:30:49 -0800</pubDate>
		<dc:creator>davcoo</dc:creator>
	</item><item>
		<title>By: dobbs</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623001</link>	
		<description>I assume he means that the right side doesn&apos;t line up in the middle section (between bottom of navigation and top of &quot;nerf&quot; text area). Everything above/below the middle has an outside edge of  X and everything within the middle ends at X+15px or so.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623001</guid>
		<pubDate>Sun, 18 Jun 2006 20:25:30 -0800</pubDate>
		<dc:creator>dobbs</dc:creator>
	</item><item>
		<title>By: macinchik</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623053</link>	
		<description>You have two closing table tags but only one opening table tag. See line 32 and 33.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623053</guid>
		<pubDate>Sun, 18 Jun 2006 21:38:53 -0800</pubDate>
		<dc:creator>macinchik</dc:creator>
	</item><item>
		<title>By: rafter</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623093</link>	
		<description>Changing the width of the righthand side (&quot;middle-right&quot;) to 42px fixes this. Besides the validation errors others mentioned, check your math on your table cells vs. layout images and make sure everything adds up.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;Not to snark, but you should really, really not be using tables for layout.&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623093</guid>
		<pubDate>Sun, 18 Jun 2006 22:43:38 -0800</pubDate>
		<dc:creator>rafter</dc:creator>
	</item><item>
		<title>By: taita_cakes</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623111</link>	
		<description>Thanks heaps for your help, &lt;strong&gt;dobbs&lt;/strong&gt;, &lt;strong&gt;macinchik&lt;/strong&gt; and especially &lt;strong&gt;rafter&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
As I mentioned, I had tried div&apos;s but had to use several in line and nested areas to get the effects I needed, and I was running a tight deadline. This was for a quick contest, and as you can see, didn&apos;t quite make it in the content/dead link states.&lt;br&gt;
&lt;br&gt;
Black on grey was just me running out of colours, but the website will have a full re-release soon enough, when the contest ends, that way I can validate my code properly, possibly convert to div&apos;s. Etc. Etc.&lt;br&gt;
&lt;br&gt;
Oh, and if you couldn&apos;t work out what was wrong with the overflowing layout, you need glasses :P I couldn&apos;t stand it, it was hideous.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623111</guid>
		<pubDate>Sun, 18 Jun 2006 23:19:19 -0800</pubDate>
		<dc:creator>taita_cakes</dc:creator>
	</item><item>
		<title>By: parallax7d</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623140</link>	
		<description>good looking site.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623140</guid>
		<pubDate>Mon, 19 Jun 2006 00:20:27 -0800</pubDate>
		<dc:creator>parallax7d</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#623177</link>	
		<description>&lt;strong&gt;&lt;em&gt;the website will have a full re-release soon enough, when the contest ends, that way I can validate my code properly&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
You make it sound like validation is a meaningless luxury for when you&apos;ve got some spare time.&lt;br&gt;
&lt;br&gt;
Here&apos;s the thing: if you ask people online why your website doesn&apos;t work, then they&apos;re almost certainly going to tell you to validate both the HTML and the CSS. It would actually be good if people &lt;em&gt;refused to help you&lt;/em&gt; until you&apos;d done that.&lt;br&gt;
&lt;br&gt;
Why? Because if you haven&apos;t validated it, then it&apos;s not actually HTML/CSS. It&apos;s some language you&apos;ve made up, which is mostly HTML/CSS, with some other stuff thrown in there by you. It&apos;s taita_cakesML. And we can&apos;t help you with that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-623177</guid>
		<pubDate>Mon, 19 Jun 2006 02:23:58 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: taita_cakes</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#624457</link>	
		<description>&lt;b&gt;AmbroseChapel&lt;/b&gt;, unfortunately I find problems with validating code to incredibly specific guidelines tiresome. I usually design my code to validate efficiently, but when I have to go through and add alt=&quot;&quot; tags to 17 images simply because validation requires an image to have a super special title of its own, you can imagine where I lose interest.&lt;br&gt;
&lt;br&gt;
The table issue was actually due to PHP requiring another table inside a table. For some reason it removes the start tag, and reads the &lt;tr&gt;&lt;td&gt; tags straight away, and only notes the  tag.&lt;/tr&gt;&lt;/td&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-624457</guid>
		<pubDate>Tue, 20 Jun 2006 06:21:15 -0800</pubDate>
		<dc:creator>taita_cakes</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#625342</link>	
		<description>&lt;em&gt;&lt;strong&gt;when I have to go through and add alt=&quot;&quot; tags to 17 images simply because validation requires an image to have a super special title of its own, you can imagine where I lose interest&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Quite. But I didn&apos;t even say you had to fix the problems, I just said you had to validate when you had a problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-625342</guid>
		<pubDate>Tue, 20 Jun 2006 20:00:52 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: taita_cakes</title>
		<link>http://ask.metafilter.com/40443/Why-wont-my-page-lineup-properly#626658</link>	
		<description>&lt;b&gt;AmbroseChapel&lt;/b&gt; Yes, and I did validate too, not only did I not get that table error the first time I validated, but it was a mathematical error, that couldn&apos;t be validated. Bummer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40443-626658</guid>
		<pubDate>Thu, 22 Jun 2006 01:46:46 -0800</pubDate>
		<dc:creator>taita_cakes</dc:creator>
	</item>
	</channel>
</rss>
