eengnerd wrote:
> I found THE solution for this problem and it is extremely simple.  In
> the line:
> <%= stylesheet_link_tag 'scaffold', 'TCO', :media => :all %>
> all that was required was to add the part:
> , :media => all
> to the existing line.  This gives me a print out that matches the
> screen.
> 
> Arthur

generally is not a good practice to use the same CSS for screen and for 
printer.

For printer is better to use a CSS that hide header , footer and menu 
and flat down colors to simple grayscale for better laser printing
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to