<?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 website print?</title>
	<link>http://ask.metafilter.com/35983/Why-wont-my-website-print/</link>
	<description>Comments on Ask MetaFilter post Why won't my website print?</description>
	<pubDate>Sat, 08 Apr 2006 15:03:52 -0800</pubDate>
	<lastBuildDate>Sat, 08 Apr 2006 15:03:52 -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 website print?</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print</link>	
		<description>Why won&apos;t my website print in Firefox? &lt;br /&gt;&lt;br /&gt; I&apos;m trying to print the contents of &lt;a href=&quot;http://www.crystalpalacequartet.co.uk/stringquartetrepertoire.html&quot;&gt;this page&lt;/a&gt; but Firefox (1.5.0.1, WinXP) only prints the first page. This seems to be a &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=388319&amp;highlight=print+first&quot;&gt;known problem&lt;/a&gt; with some pages, though the specific problem doesn&apos;t seem to be listed in bugzilla. I&apos;ve tried putting the data into a table but it makes no difference. Internet Explorer (6.0) prints all the pages, but on some pages the second column of data (the title of the work) is missing. I&apos;ll put this down to IE&apos;s poor handling of CSS.&lt;br&gt;
&lt;br&gt;
The rest of the site prints fine in IE, but FF will only print the first page of data from each web page. What&apos;s wrong with my site? It validates as XHTML Strict &amp;amp; CSS.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.35983</guid>
		<pubDate>Sat, 08 Apr 2006 14:51:39 -0800</pubDate>
		<dc:creator>cbrody</dc:creator>
		
			<category>print</category>
		
			<category>firefox</category>
		
			<category>ie</category>
		
			<category>internet_explorer</category>
		
			<category>css</category>
		
	</item> <item>
		<title>By: adzm</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559070</link>	
		<description>I don&apos;t know for sure, but I bet it has something to do with the entire content being within the &apos;main&apos; div, with absolute positioning.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559070</guid>
		<pubDate>Sat, 08 Apr 2006 15:03:52 -0800</pubDate>
		<dc:creator>adzm</dc:creator>
	</item><item>
		<title>By: adzm</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559071</link>	
		<description>I took out position:absolute in your css and now FF1.5 print preview is showing 7 pages.. although they are blank pages ;) maybe this will get you closer to the answer you seek  however.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559071</guid>
		<pubDate>Sat, 08 Apr 2006 15:06:36 -0800</pubDate>
		<dc:creator>adzm</dc:creator>
	</item><item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559073</link>	
		<description>Yes.  It&apos;s the &quot;position: absolute&quot; that is getting you - you&apos;re telling the browser to nail down everything in a single place, on a single page, and it is dutifully obeying you.  If your printer had really big paper, such that the whole page could fit on one sheet, this would work fine.&lt;br&gt;
&lt;br&gt;
Your solution is probably to add a &lt;a href=&quot;http://css-discuss.incutio.com/?page=PrintStylesheets&quot;&gt;print stylesheet to the CSS&lt;/a&gt;.  Don&apos;t use position:absolute in the print stylesheet.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559073</guid>
		<pubDate>Sat, 08 Apr 2006 15:07:52 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: adzm</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559081</link>	
		<description>Oh, they were blank because the body color:white attrib is in the source and not the CSS. If you just take out the position:absolute it will print correctly. not sure what to do with the white text, but it might help if you change the body backgroundcolor style to your pink color instead of white.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559081</guid>
		<pubDate>Sat, 08 Apr 2006 15:12:39 -0800</pubDate>
		<dc:creator>adzm</dc:creator>
	</item><item>
		<title>By: cbrody</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559118</link>	
		<description>Thanks guys! I&apos;ve added a print stylesheet and all works fine now.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559118</guid>
		<pubDate>Sat, 08 Apr 2006 16:07:17 -0800</pubDate>
		<dc:creator>cbrody</dc:creator>
	</item><item>
		<title>By: delfuego</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559190</link>	
		<description>Cool that people found the solution, although it&apos;s silly to think that &quot;position: absolute&quot; means that the printer should restrict everything to one page.  That&apos;s just wrong.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559190</guid>
		<pubDate>Sat, 08 Apr 2006 17:54:07 -0800</pubDate>
		<dc:creator>delfuego</dc:creator>
	</item><item>
		<title>By: MadamM</title>
		<link>http://ask.metafilter.com/35983/Why-wont-my-website-print#559211</link>	
		<description>That&apos;s why print stylesheets exist, delfuego.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35983-559211</guid>
		<pubDate>Sat, 08 Apr 2006 18:47:39 -0800</pubDate>
		<dc:creator>MadamM</dc:creator>
	</item>
	</channel>
</rss>
