473,386 Members | 1,654 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How do you make a long web print pages correctly?

Hello,

I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?

Thanks,
Keith
Jul 20 '05 #1
14 6088
keith edward wrote:
I have a long web document... about 30 pages.
And you don't want to break it up into more manageable, smaller pages?
It is currently in HTML (tables)... how do I format it so that is
will print the pages correctly?


If the markup you used is correct, then you can do no more; it is up the
ua to print (display, read, etc.) the document. Are you having trouble
printing it? If so, then, as is always the case with such questions, a
url would help.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #2
keith edward wrote:
I have a long web document... about 30 pages.
And you don't want to break it up into more manageable, smaller pages?
It is currently in HTML (tables)... how do I format it so that is
will print the pages correctly?


If the markup you used is correct, then you can do no more; it is up the
ua to print (display, read, etc.) the document. Are you having trouble
printing it? If so, then, as is always the case with such questions, a
url would help.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #3
Brian schrieb:
keith edward wrote:
I have a long web document... about 30 pages.

And you don't want to break it up into more manageable, smaller pages?
It is currently in HTML (tables)... how do I format it so that is
will print the pages correctly?

If the markup you used is correct, then you can do no more; it is up the
ua to print (display, read, etc.) the document. Are you having trouble
printing it? If so, then, as is always the case with such questions, a
url would help.


I read about direct formatting of pages with @page.
Is it that what you need?

Werner

--
-----------------------------------------------------------
Werner Partner * Tel +49 2366 886606 * Fax: 886608
mailto:ka****@sonoptikon.de * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/
Jul 20 '05 #4
Brian schrieb:
keith edward wrote:
I have a long web document... about 30 pages.

And you don't want to break it up into more manageable, smaller pages?
It is currently in HTML (tables)... how do I format it so that is
will print the pages correctly?

If the markup you used is correct, then you can do no more; it is up the
ua to print (display, read, etc.) the document. Are you having trouble
printing it? If so, then, as is always the case with such questions, a
url would help.


I read about direct formatting of pages with @page.
Is it that what you need?

Werner

--
-----------------------------------------------------------
Werner Partner * Tel +49 2366 886606 * Fax: 886608
mailto:ka****@sonoptikon.de * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/
Jul 20 '05 #5
1) make a text-only version of the page; or
2) if you want formatting, generate PDF. Here are some useful links:
http://www.xml-dev.com/blog/index.php#101

In peace,
Saqib Ali
http://validate.sf.net

ke********@yahoo.com (keith edward) wrote in message news:<d2**************************@posting.google. com>...
Hello,

I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?

Thanks,
Keith

Jul 20 '05 #6
1) make a text-only version of the page; or
2) if you want formatting, generate PDF. Here are some useful links:
http://www.xml-dev.com/blog/index.php#101

In peace,
Saqib Ali
http://validate.sf.net

ke********@yahoo.com (keith edward) wrote in message news:<d2**************************@posting.google. com>...
Hello,

I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?

Thanks,
Keith

Jul 20 '05 #7
ke********@yahoo.com (keith edward) wrote:
I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #8
ke********@yahoo.com (keith edward) wrote:
I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #9
Thanks Everyone... I will try and post the html later... but
basically, yes, I want to take this long 30 page document and do
whatever is needed so that when the user goes to print, it will print
where I want the page breaks to be...

Keith

"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in message news:<Xn*****************************@193.229.0.31 >...
ke********@yahoo.com (keith edward) wrote:
I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.

Jul 20 '05 #10
Thanks Everyone... I will try and post the html later... but
basically, yes, I want to take this long 30 page document and do
whatever is needed so that when the user goes to print, it will print
where I want the page breaks to be...

Keith

"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in message news:<Xn*****************************@193.229.0.31 >...
ke********@yahoo.com (keith edward) wrote:
I have a long web document... about 30 pages. It is currently in HTML
(tables)... how do I format it so that is will print the pages
correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.

Jul 20 '05 #11
How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

keith edward wrote:
Thanks Everyone... I will try and post the html later...
Please don't. Instead, post a url to the html document.
I want to take this long 30 page document and do whatever is needed
so that when the user goes to print, it will print where I want the
page breaks to be...


You want css, in particular, css for print media.

http://www.w3.org/TR/REC-CSS2/media.html

But note that there is not very good support for pagination.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #12
How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

keith edward wrote:
Thanks Everyone... I will try and post the html later...
Please don't. Instead, post a url to the html document.
I want to take this long 30 page document and do whatever is needed
so that when the user goes to print, it will print where I want the
page breaks to be...


You want css, in particular, css for print media.

http://www.w3.org/TR/REC-CSS2/media.html

But note that there is not very good support for pagination.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #13
I've had good luck in printing by putting this wherever I want a new
page:

<br style="page-break-before:always;">

There's also a similar statement:

<br style="page-break-after:always;">

So you might want to check these out.

-- Tom


On 13 Apr 2004 16:54:23 -0700, ke********@yahoo.com (keith edward)
wrote:
Thanks Everyone... I will try and post the html later... but
basically, yes, I want to take this long 30 page document and do
whatever is needed so that when the user goes to print, it will print
where I want the page breaks to be...

Keith

"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in message news:<Xn*****************************@193.229.0.31 >...
ke********@yahoo.com (keith edward) wrote:
> I have a long web document... about 30 pages. It is currently in HTML
> (tables)... how do I format it so that is will print the pages
> correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.


Jul 20 '05 #14
I've had good luck in printing by putting this wherever I want a new
page:

<br style="page-break-before:always;">

There's also a similar statement:

<br style="page-break-after:always;">

So you might want to check these out.

-- Tom


On 13 Apr 2004 16:54:23 -0700, ke********@yahoo.com (keith edward)
wrote:
Thanks Everyone... I will try and post the html later... but
basically, yes, I want to take this long 30 page document and do
whatever is needed so that when the user goes to print, it will print
where I want the page breaks to be...

Keith

"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in message news:<Xn*****************************@193.229.0.31 >...
ke********@yahoo.com (keith edward) wrote:
> I have a long web document... about 30 pages. It is currently in HTML
> (tables)... how do I format it so that is will print the pages
> correctly?


The first question is what "(tables)" means. I strongly suspect it means
using a layout table. The next question is what kind of a table it is.
There is huge variation in the damage that layout tables cause, on screen
and on printing - some variants are harmless, some are catastrophic.
And then we need to ask what problems you have experienced when trying to
just print the page on IE, for example.

Of course, _all_ of these questions would already have been answered, in
a way, if only you had included the URL. Normally, when asking for help
with a specific page, omitting the URL is about the worst mistake you can
make, unless we count the mistake of including a completely _wrong_ URL.


Jul 20 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: RuthL | last post by:
I have programmed a set of pages with two frames. I have created a clickable link on one of the pages to facilitate the user printing just that page. Here is the code: <form><input...
3
by: Paradigm | last post by:
I have a contract document that is about 20 pages long with various data base fields in it. I cannot create an Access report that long so I have had to do it as 5 seperate reports. There are some...
3
by: Chris N. Hinds | last post by:
I have a question regarding accessing long long ints in unions. I have constructed a union with a double, two ints in a structure, and a long long int. When the double is loaded with a...
0
by: vbmania | last post by:
Hello, I am going to print paper of 15 X 4 Inch. It's a continuous form. But When I Print Multiple Paper, Printer does'nt print back to back. If I am goint to print 3 pages. Jump over...
0
by: John Smith | last post by:
Hello, I have 7 different crystal reports that need to be collated. Since I want to end up with a page of each (which all together make a single report), I created a blank main report and then...
8
by: makunag | last post by:
Didn't get answer with google and in my regular forum. Came across this site and posting here. Your help will be highly appreciated ! Our application have frames - MainNav, TaskNave and Content....
1
by: PanchalRakesh | last post by:
Dear All I am Making an application in which i want to create resume for a person usign web application and now i want to print that resume in A4 size pages using client print But i am not...
2
by: =?Utf-8?B?Umlja1NlYW4=?= | last post by:
I have a long form within a panel which exceeds the maximum height of 876. I use the following code to print the form but it prints only the portion of the form that is displayed on the screen (max...
1
by: fniles | last post by:
I am using VB.NET 2008. I have a multiline textbox on the form that I would like to print when the user click on the "Print" button. With my codes below, when the text are in more than 1 page (say...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.