On Aug 26, 9:21 am, Ar Chron <[email protected]> wrote:
> Bob Smith wrote:
> > views:
> > christmas.html.erb
> > <table border=1 width="25%">
> >   <th>Single Families</th>
> >   <col>
> >   <%= render :partial=>"christmas", :collection => @single %>
> > </table>
>
> Perhaps something like:
>
> <table border=1 width="25%">
>   <tr>
>     <th>Single Families</th>
>   </tr>
>   <%= render :partial => "christmas", :collection => @single %>
> </table>
> --
> Posted viahttp://www.ruby-forum.com/.

No change. It uses the top half of the page to print, then skips the
bottom half. Still doesn't use the cell size either.
Another table in the same controller action and same view works fine.
While I was messing with this, the only thing
that made the cells line up with no skips was to put the name field
three times so it used the entire width of the page.
Hope this helps.

Bob

Bob

-- 
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