I'm trying to make a webpage that will display normally in a browser, but when printed will print using 2 columns per page. Is there a way to get the text to flow from the left to right column, and have it paginate correctly?
|
feedback
|
|
In CSS3 there is a Multi-Column module which is designed just for this. Unfortunately, being CSS3 the http://www.standardista.com/css3/css3-columns-browser-support But there is a javascript library that will add this functionality to most older browsers! You can find this script, as well as a really good explanation of the multi-column module in this 2005 article on A List Apart: | |||
feedback
|
|
Well I think it will mainly depend on how you have structured your HTML code. But this is a good example to hopefully get you started: http://dev.joeblade.com/2009/08/using-css-columns-in-print-layouts/. Unfortunately, this works only in Firefox. You may need to create a seperate print page with the two column structure. | ||||
|
feedback
|