
June 6th, 2012, 05:39 PM
|
 |
Code Monkey V. 0.9
|
|
Join Date: Mar 2005
Location: A Land Down Under
|
|
Quote: | Originally Posted by zxcvbnm It doesnt seem to fit. |
Make is smaller.
Trying to design something in HTML to be printed isn't as easy as it sounds (as you've found out). My first suggestion would be to set up a new CSS style sheet for print and make things smaller so that they fit in the space that you have.
One thing to remember is that unless you have everything positioned absolutely, someone is going to put some text in that's going to go over more lines then you thought it would and push your design down further, giving you the same problem again. Users can break pretty much anything that you give them.
Another option would be to set this up an option to export the calendar to a PDF file. That way you can control the layout, sizes and page size a whole lot more easily then you would with a pure HTML page.
|