![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On Mon, 18 Aug 2003 21:52:38 +0100, "PeterMcC" <peter (AT) mccourt (DOT) org.uk wrote: I understood that the OP was planning on writing "... a business plan, which needs to be printed on paper to be presented to the bank." So printed HTML is perfectly adequate. |
#12
| |||
| |||
|
#13
| |||
| |||
|
|
Unfortunately the method of using CSS is still rather limited in that respect, though, depending on the nature of the document, it might work reasonably, if the page is printed Opera or Mozilla. The specifically page-oriented features of CSS work rather poorly at present, but for a business plan, it would probably be sufficient to create an edited copy of the page with "forced" page breaks (e.g. with page-break-before: always) using CSS. And this might mean that the author needs to work on that copy iteratively, using the Print Preview function of the browser to decide on the page breaks. |
#14
| |||
| |||
|
|
Hi, Which browser has the best CSS paged media support? [1] I'm about to write a business plan, which needs to be printed on paper to be presented to the bank. Now I cringe at doing this in Word, as I'm far more comfortable with hand-coding HTML and CSS(though I've never used the print-specific CSS elements). Thanks -Laurens [1] http://www.w3.org/TR/REC-CSS2/page.html |
#15
| |||
| |||
|
#16
| |||
| |||
|
|
I do though like the way it places <thead> content at the top of each page when <tbody> content extends over several pages. |
|
When long tables are printed, the table head and foot information may be repeated on each page that contains table data. |
![]() |
| Thread Tools | |
| Display Modes | |
| |