Is there a way to edit the way that the forms are printed so that the entry is on the same line as the entry title? I would like to print off the entries on one page, but they are currently taking up too much space.
Is there a way to edit the way that the forms are printed so that the entry is on the same line as the entry title? I would like to print off the entries on one page, but they are currently taking up too much space.
Do you mean when printing an entry from the admin? Sounds like you are printing multiple entries at one time? If so, you will need to add a print.css stylesheet when this page is loaded, so that you can add some additional styles and move things where you want them.
However, if you look at the output of the page where the multiple entries are printed, you will see that a lot of it is coded in a table. I don't think you will be able to affect the things you want by simply styling the table with CSS.
Can you export the entries as CSV and them do a merge document in OpenOffice or Excel, to get the output format you're looking for?