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 On Mar 26, 5:24 pm, Eric <[email protected]> wrote: > I'm not sure if I understand completely, but I would just render a > 'printer_friendly' layout. > > And you do know that Rails itself is not GPL, right? > > On Mar 26, 5:03 pm, eengnerd <[email protected]> wrote: > > > It was very surprising to me to find out that there is no current, > > GPL'ed "ruby-" package designed for outputting HTML / CSS pages to a > > printer. For reasons of principle, I won't use any add on modules for > > ruby that are not GPL'ed. Does anyone know of a package currently > > under development that is at least reasonably close to such support? > > > Arthur --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

