aeroswat Posted December 22, 2009 Share Posted December 22, 2009 I have a sheet of paper that is divided into 3 sections. I want to make a css controlled div for each of these 3 sections. My problem is that I have a dynamically generated report (with php/mysql) of orders that I want to create a div to hold each one. Each of these divs must handle exactly 1/3 of each of these pages in order to print properly. What do I have to set in my div class in order to do this? Each of these divs that is taking up 1/3 of a print page is a container for many more divs of course. Quote Link to comment Share on other sites More sharing options...
vinpkl Posted December 22, 2009 Share Posted December 22, 2009 see this reference http://www.alistapart.com/articles/goingtoprint/ Quote Link to comment Share on other sites More sharing options...
aeroswat Posted December 22, 2009 Author Share Posted December 22, 2009 see this reference http://www.alistapart.com/articles/goingtoprint/ Thanks but that really had nothing to do with what I'm asking for. Quote Link to comment Share on other sites More sharing options...
haku Posted December 22, 2009 Share Posted December 22, 2009 What exactly are you asking? Not very clear. Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted December 22, 2009 Share Posted December 22, 2009 I have a sheet of paper that is divided into 3 sections. I want to make a css controlled div for each of these 3 sections. My problem is that I have a dynamically generated report (with php/mysql) of orders that I want to create a div to hold each one. Each of these divs must handle exactly 1/3 of each of these pages in order to print properly. What do I have to set in my div class in order to do this? Each of these divs that is taking up 1/3 of a print page is a container for many more divs of course. make 3 divs and set the float to left and the width to 33% is that what you mean? you need to specify more information so that we can use it to properly analyse the solution that will be appropriate to you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.