Hi folks,
I'm trying to make the big leap to table-less layout, and have been having good success when viewed in the browser. Unfortunately, when I attempt to print everything is all mucked-up.
I've been using float:left for positioning DIVs side by side (for instance: first-name and last-name fields on a form), and clear:left for the elements that follow. Looks great on-screen, but everything wraps-up when printed, as if the clear:left is ignored.
I've got to show a series of forms to a client tonight, and can't generate an acceptable PDF. Is there a solution? I'd hate to have to abandon table-less layout at this point. Please help!
Cheers,
Kris
I'm trying to make the big leap to table-less layout, and have been having good success when viewed in the browser. Unfortunately, when I attempt to print everything is all mucked-up.
I've been using float:left for positioning DIVs side by side (for instance: first-name and last-name fields on a form), and clear:left for the elements that follow. Looks great on-screen, but everything wraps-up when printed, as if the clear:left is ignored.
I've got to show a series of forms to a client tonight, and can't generate an acceptable PDF. Is there a solution? I'd hate to have to abandon table-less layout at this point. Please help!
Cheers,
Kris