<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: 7 Tips for Great Print Style Sheets</title> <atom:link href="http://www.cssnewbie.com/7-tips-print-style-sheets/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/7-tips-print-style-sheets/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Sat, 13 Mar 2010 13:32:25 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Don’t Forget the Print Style Sheet &#8211; Insights &#8211; Bozell &#8211; Integrated Marketing Services with Offices in Omaha and Kansas City</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-11229</link> <dc:creator>Don’t Forget the Print Style Sheet &#8211; Insights &#8211; Bozell &#8211; Integrated Marketing Services with Offices in Omaha and Kansas City</dc:creator> <pubDate>Mon, 22 Feb 2010 02:34:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-11229</guid> <description>[...] http://www.cssnewbie.com/7-tips-print-style-sheets/ [...]</description> <content:encoded><![CDATA[<p>[...] <a
href="http://www.cssnewbie.com/7-tips-print-style-sheets/" rel="nofollow">http://www.cssnewbie.com/7-tips-print-style-sheets/</a> [...]</p> ]]></content:encoded> </item> <item><title>By: Rob Glazebrook</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-9608</link> <dc:creator>Rob Glazebrook</dc:creator> <pubDate>Fri, 17 Apr 2009 14:16:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-9608</guid> <description>Hi Rich,I don&#039;t see what you&#039;re seeing, but I do see something that could be a problem in your print CSS. The first line says body { visibility: invisible; }. This could prove problematic for two reasons.First, visibility: invisible isn&#039;t a real CSS rule (did you mean display: none?), so some browsers may choke on that and stop there. Second, even if browsers did figure out the rule, that probably wouldn&#039;t be what you wanted. Since everything lives inside the body tag, if you made it invisible, nothing would show up on your page. So I&#039;d take a look at that rule and figure out what you want it to do.</description> <content:encoded><![CDATA[<p>Hi Rich,</p><p>I don&#8217;t see what you&#8217;re seeing, but I do see something that could be a problem in your print CSS. The first line says body { visibility: invisible; }. This could prove problematic for two reasons.</p><p>First, visibility: invisible isn&#8217;t a real CSS rule (did you mean display: none?), so some browsers may choke on that and stop there. Second, even if browsers did figure out the rule, that probably wouldn&#8217;t be what you wanted. Since everything lives inside the body tag, if you made it invisible, nothing would show up on your page. So I&#8217;d take a look at that rule and figure out what you want it to do.</p> ]]></content:encoded> </item> <item><title>By: Rich</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-9607</link> <dc:creator>Rich</dc:creator> <pubDate>Fri, 17 Apr 2009 01:38:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-9607</guid> <description>When i use the print/css i get blank pages in both FF and IE 6.
I am using the print/css for my faq&#039;s page...I am stumped.any help would be appreciated.thanks in advance</description> <content:encoded><![CDATA[<p>When i use the print/css i get blank pages in both FF and IE 6.<br
/> I am using the print/css for my faq&#8217;s page&#8230;I am stumped.</p><p>any help would be appreciated.</p><p>thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Hiding Content in Your RSS Feed - CSSnewbie</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-8268</link> <dc:creator>Hiding Content in Your RSS Feed - CSSnewbie</dc:creator> <pubDate>Tue, 29 Jul 2008 03:01:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-8268</guid> <description>[...] really the fundamentals of it right there. Be sure to add the class to both your screen and print stylesheets (assuming you have both). This will prevent the text from showing up on the screen or page, but [...]</description> <content:encoded><![CDATA[<p>[...] really the fundamentals of it right there. Be sure to add the class to both your screen and print stylesheets (assuming you have both). This will prevent the text from showing up on the screen or page, but [...]</p> ]]></content:encoded> </item> <item><title>By: Phil</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-8243</link> <dc:creator>Phil</dc:creator> <pubDate>Mon, 28 Jul 2008 14:35:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-8243</guid> <description>hi - great advice thanks -- but i have a query.My print.CSS is working ok except that I have my IMAGES in a &#039;right&#039; floating DIV [so that i can have captions below the images] and when I print in IE6 or 7 what happens is the main page text no longer wraps around the image DIV but stops before the image DIV and then starts again after it. Pretty frustrating as it works oerfectly in FF and SAFARI. Is there anyway I can get the floating images DIV to print out so that the text wraps around it nicely - as it does on the screen version?</description> <content:encoded><![CDATA[<p>hi &#8211; great advice thanks &#8212; but i have a query.</p><p>My print.CSS is working ok except that I have my IMAGES in a &#8216;right&#8217; floating DIV [so that i can have captions below the images] and when I print in IE6 or 7 what happens is the main page text no longer wraps around the image DIV but stops before the image DIV and then starts again after it. Pretty frustrating as it works oerfectly in FF and SAFARI. Is there anyway I can get the floating images DIV to print out so that the text wraps around it nicely &#8211; as it does on the screen version?</p> ]]></content:encoded> </item> <item><title>By: Print-Friendly Images and Logos with CSS - CSSnewbie</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-4329</link> <dc:creator>Print-Friendly Images and Logos with CSS - CSSnewbie</dc:creator> <pubDate>Tue, 08 Jul 2008 03:33:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-4329</guid> <description>[...] someone is going to print parts of it. In many cases, this is perfectly fine: if you have a print style sheet that takes care of your worst sins, your website should look okay. But one area where it may still look lackluster is the [...]</description> <content:encoded><![CDATA[<p>[...] someone is going to print parts of it. In many cases, this is perfectly fine: if you have a print style sheet that takes care of your worst sins, your website should look okay. But one area where it may still look lackluster is the [...]</p> ]]></content:encoded> </item> <item><title>By: SEO &#38; Web Design &#187; Blog Archive &#187; Watch out: Web Designer’s Awesomeness in February</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-953</link> <dc:creator>SEO &#38; Web Design &#187; Blog Archive &#187; Watch out: Web Designer’s Awesomeness in February</dc:creator> <pubDate>Tue, 06 May 2008 07:23:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-953</guid> <description>[...] 5)7 Tips for Great Print Style Sheets- A few tips for creating a print style sheet that will ensure your website is user-friendly, regardless of the medium it ends up in. [...]</description> <content:encoded><![CDATA[<p>[...] 5)7 Tips for Great Print Style Sheets- A few tips for creating a print style sheet that will ensure your website is user-friendly, regardless of the medium it ends up in. [...]</p> ]]></content:encoded> </item> <item><title>By: SEO &#38; Web Design &#187; Blog Archive &#187; Watch out: Web Designer’s Awesomeness in February</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-954</link> <dc:creator>SEO &#38; Web Design &#187; Blog Archive &#187; Watch out: Web Designer’s Awesomeness in February</dc:creator> <pubDate>Tue, 06 May 2008 07:23:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-954</guid> <description>[...] 5)7 Tips for Great Print Style Sheets- A few tips for creating a print style sheet that will ensure your website is user-friendly, regardless of the medium it ends up in. [...]</description> <content:encoded><![CDATA[<p>[...] 5)7 Tips for Great Print Style Sheets- A few tips for creating a print style sheet that will ensure your website is user-friendly, regardless of the medium it ends up in. [...]</p> ]]></content:encoded> </item> <item><title>By: Crusader Extreme</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-445</link> <dc:creator>Crusader Extreme</dc:creator> <pubDate>Tue, 25 Mar 2008 17:07:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-445</guid> <description>Good thread, i like this tips :)</description> <content:encoded><![CDATA[<p>Good thread, i like this tips :)</p> ]]></content:encoded> </item> <item><title>By: CSS-FAQ » Blog Archive &#187; From Rob with Love: 7 Tips for Great Print Style Sheets</title><link>http://www.cssnewbie.com/7-tips-print-style-sheets/comment-page-1/#comment-263</link> <dc:creator>CSS-FAQ » Blog Archive &#187; From Rob with Love: 7 Tips for Great Print Style Sheets</dc:creator> <pubDate>Thu, 06 Mar 2008 22:22:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-rules/7-tips-print-style-sheets/#comment-263</guid> <description>[...] See all there is about these 7 tips at http://www.cssnewbie.com/7-tips-print-style-sheets/. [...]</description> <content:encoded><![CDATA[<p>[...] See all there is about these 7 tips at <a
href="http://www.cssnewbie.com/7-tips-print-style-sheets/" rel="nofollow">http://www.cssnewbie.com/7-tips-print-style-sheets/</a>. [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 9/20 queries in 0.060 seconds using disk

Served from: rhetorclick.com @ 2010-03-14 13:40:22 -->