<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038266" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038266</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1220441</link>
    <description> &lt;p&gt;The only problem I can find with using a print stylesheet is that you remove the users options to print out the page as they see it on the screen. As far as I can see the print style sheet is used even if you print the page from the the brower&#039;s print menu.&lt;br /&gt;
Mark&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Jun 2007 05:04:20 +0000</pubDate>
 <dc:creator>markwiseman</dc:creator>
 <guid isPermaLink="false">comment 1220441 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218442</link>
    <description> &lt;p&gt;I&#039;ve recently been working with some printing options, and I did two things:&lt;/p&gt;
&lt;p&gt;a)  They have a &quot;print page&quot; option, which just basically reloads the page with a print stylesheet instead&lt;br /&gt;
b)  They also have a &quot;save as PDF&quot; option...I used the PDFgen library (which was pretty easy)&lt;/p&gt;
&lt;p&gt;The moral of the story?  It was pretty easy.  I agree that sites should have at least one print option, it&#039;s too easy not to.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Apr 2007 05:52:10 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218442 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218435</link>
    <description> &lt;p&gt;Yeah... The Power of CSS... You can check my Lame attempt for multiple Stylesheets with Mobile Device and Print preview on this site &lt;a href=&quot;http://www.weborganize.net/aboutus.html&quot; class=&quot;bb-url&quot;&gt;http://www.weborganize.net/aboutus.html&lt;/a&gt;, if you have FF, go to view page style and select the available stylesheets...&lt;/p&gt;
&lt;p&gt;If you want the easy route, use a CMS like Mambo/Joomla, they automatically add a printer friendly version on every post if you activate the feature...&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Apr 2007 04:13:10 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1218435 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218421</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;218419 wrote:&lt;/strong&gt; So you&#039;re telling me I don&#039;t have to make a separate page for a printer friendly version? The printer picks up the printer stylesheet automatically? Dang, I&#039;ve been doing a ton of extra work for nothing. So you&#039;re right, it won&#039;t mess with rankings because you aren&#039;t creating a separate page. I wonder why most other sites &lt;strong&gt;do &lt;/strong&gt;create a separate page for printing. A lot of CMSs do it, &lt;a href=&quot;http://www.webmaster-forums.net/printthread.php?t=38266&quot; class=&quot;bb-url&quot;&gt;vBulletin does it &lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, exactly! No separate pages. You can do the same for mobile devices. &lt;/p&gt;
&lt;p&gt;The reason why some CMS&#039;s do this is because they sometimes have content split up on multiple pages and need to combine them into one page to create a printable version. However, there are several reasons why it&#039;s not a good idea to divide up content into pages to begin with - print stylesheets being one of them.&lt;/p&gt;
&lt;p&gt;(vBulletin is a pain in the rear for so many reasons.... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;)&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 20:37:16 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1218421 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218420</link>
    <description> &lt;p&gt;Thanks you two.  You hashed out a lot of questions that I had!&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 20:14:46 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1218420 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218419</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: ?? I&#039;m not sure what you mean. A print stylesheet doesn&#039;t create a separate page, it&#039;s just a different stylesheet served for printing. So the SE shouldn&#039;t be trying to access a separate version of the page or anything... unless I&#039;m misunderstanding something?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So you&#039;re telling me I don&#039;t have to make a separate page for a printer friendly version? The printer picks up the printer stylesheet automatically? Dang, I&#039;ve been doing a ton of extra work for nothing. So you&#039;re right, it won&#039;t mess with rankings because you aren&#039;t creating a separate page. I wonder why most other sites &lt;strong&gt;do &lt;/strong&gt;create a separate page for printing. A lot of CMSs do it, &lt;a href=&quot;http://www.webmaster-forums.net/printthread.php?t=38266&quot; class=&quot;bb-url&quot;&gt;vBulletin does it &lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Well if it&#039;s that easy then I don&#039;t have an excuse to get it done. But I&#039;ll have to wait for Megan&#039;s article on APC so I know what I&#039;m doing.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 19:49:31 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1218419 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218418</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;218415 wrote:&lt;/strong&gt; One thing not mentioned in that post was the need to block off the print pages from spiders. You&#039;ll probably run into dup content issues with Google if you don&#039;t, you wouldn&#039;t want that.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;?? I&#039;m not sure what you mean. A print stylesheet doesn&#039;t create a separate page, it&#039;s just a different stylesheet served for printing. So the SE shouldn&#039;t be trying to access a separate version of the page or anything... unless I&#039;m misunderstanding something?&lt;/p&gt;
&lt;p&gt;I do plan to write an article about this for A Padded Cell. If you&#039;ve got a well designed, css-based site it should be pretty easy to do. You just have to hide your menus and stuff and maybe play with font sizes a bit. There are more complicated things you can do if you want to, like breaking pages in certain places and things like that.&lt;/p&gt;
&lt;p&gt;As I said in my blog post, I think print stylesheets are needed for most, if not all sites (and yes, I&#039;m guity!). Even if you think people won&#039;t want to print stuff.  You never know, and not having a good print stylesheet causes big annoyances (unless, of course, your site prints well enough without one). I even figured out how to  &lt;a href=&quot;http://www.meganmcdermott.com/2007/04/17/web-page-print-opera/&quot; class=&quot;bb-url&quot;&gt;make any web page print nicely&lt;/a&gt; by editing the source and reloading from cache in Opera.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 19:13:57 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1218418 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218416</link>
    <description> &lt;p&gt;So, if you do not create one - then what do you do if the site does not print well?  Nothing?  Make printable pdf&#039;s?  Or just do...welll...nothing?&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 17:51:00 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1218416 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/print-style-sheets#comment-1218415</link>
    <description> &lt;p&gt;I think it&#039;s a good idea, especially if you have a site where the target audience is old (they usually don&#039;t like to read on the computer). I don&#039;t do it on any of my sites, except for one, and the target audience is 65+ &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;. One thing not mentioned in that post was the need to block off the print pages from spiders. You&#039;ll probably run into dup content issues with Google if you don&#039;t, you wouldn&#039;t want that.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Apr 2007 16:59:10 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1218415 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
