Any easy way to print on mailing labels that have 3 columns? I need these to fit in my laser printer. I have no trouble with single column labels, but I don''t know how to make a partial display 3 times across a page with different records. Thanks Bob <bsm2th-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
CSS floats, maybe? DIV (page width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) DIV (float left, label width) etc... Walter On Oct 5, 2010, at 11:32 PM, Bob Smith wrote:> Any easy way to print on mailing labels that have 3 columns? I need > these to fit in my laser printer. I have no trouble with single column > labels, but I don''t know how to make a partial display 3 times across > a page with different records. > > Thanks > > Bob <bsm2th-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > -- > 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 rubyonrails- > talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > . > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en > . >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Bob Smith wrote:> Any easy way to print on mailing labels that have 3 columns? I need > these to fit in my laser printer. I have no trouble with single column > labels, but I don''t know how to make a partial display 3 times across > a page with different records.render :partial, :collection For precision printing, you''ll probably want to generate a PDF file using Prawn, wkhtmltopdf, or some other similar library.> > Thanks > > Bob <bsm2th-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.