I am in the process of re-doing an e-newsletter that is currently laid out in tables. I have succeeded in laying in out in CSS using multiple columns - 2 across top under header and three below that - as it needs to be in "newspaper-style". My problem is printing the newsletter. I'd like to format the print.css so that each column prints as a paragraph, one under another. All I can seem to do is get it to print in columns.
Thanks in advance for any help!Just use floats like you did for the screen style sheets. CSS is supposed to work the same in print as on screen. The same rules apply, and many of the same properties used on screen also get used in print. Can you post a link or the full HTML and CSS?
Thanks in advance for any help!Just use floats like you did for the screen style sheets. CSS is supposed to work the same in print as on screen. The same rules apply, and many of the same properties used on screen also get used in print. Can you post a link or the full HTML and CSS?