Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Printing webpages

Reply
Thread Tools

Printing webpages

 
 
Michael Schrading
Guest
Posts: n/a
 
      02-03-2004
Hi,

My question is: How to print out to seperate pages but I have only one html
page?

Means, I have some tabels in one html pages which I would like to send to a
printer but in between this tables the Printer should load a new page. How
do I set in a command for loading a new page?

Thank you for help

Michael



 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      02-03-2004
Michael Schrading wrote:

> Means, I have some tabels in one html pages which I would like to send to a
> printer but in between this tables the Printer should load a new page. How
> do I set in a command for loading a new page?


CSS 2 lets you do stuff like this, but the CSS print stuff is only
properly supported in Opera 6+.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
 
 
 
Dennis M. Marks
Guest
Posts: n/a
 
      02-03-2004
I have read the following message from "Michael Schrading" <>
and have decided to lend my vast knowledge.

The writer said:
> Hi,
>
> My question is: How to print out to seperate pages but I have only one html
> page?
>
> Means, I have some tabels in one html pages which I would like to send to a
> printer but in between this tables the Printer should load a new page. How
> do I set in a command for loading a new page?
>
> Thank you for help
>
> Michael
>
>
>
>


and my reply is:
The following worked on my printer with netscape.

test1<br>
<span style="page-break-before: always;"></span>
test2

Test 1 and 2 were on 2 pages.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Sid Ismail
Guest
Posts: n/a
 
      02-03-2004
On Tue, 03 Feb 2004 19:21:05 +0000, Toby A Inkster
<> wrote:

: Michael Schrading wrote:
:
: > Means, I have some tabels in one html pages which I would like to send to a
: > printer but in between this tables the Printer should load a new page. How
: > do I set in a command for loading a new page?
:
: CSS 2 lets you do stuff like this, but the CSS print stuff is only
: properly supported in Opera 6+.


print-page-before:always; works in IE as well.

Sid

 
Reply With Quote
 
Michael Schrading
Guest
Posts: n/a
 
      02-04-2004

"Michael Schrading" <> schrieb im Newsbeitrag
news:2LRTb.83$...
> Hi,
>
> My question is: How to print out to seperate pages but I have only one

html
> page?
>
> Means, I have some tabels in one html pages which I would like to send to

a
> printer but in between this tables the Printer should load a new page. How
> do I set in a command for loading a new page?
>
> Thank you for help
>
> Michael



Thank you to all of you. I'll try this out.


Michael




 
Reply With Quote
 
Steve R.
Guest
Posts: n/a
 
      02-04-2004
Sid Ismail wrote in message ...
> print-page-before:always; works in IE as well.


Do you have an example URL for this, so we can see just whereabout that
mark-up fits into the overall page mark-up.


 
Reply With Quote
 
Nico Schuyt
Guest
Posts: n/a
 
      02-04-2004
Steve R. wrote:
> Sid Ismail wrote in message ...
>> print-page-before:always; works in IE as well.


> Do you have an example URL for this, so we can see just whereabout
> that mark-up fits into the overall page mark-up.


http://www.nicoschuyt.nl/test/pagebreak.htm
Nico



 
Reply With Quote
 
Steve R.
Guest
Posts: n/a
 
      02-04-2004
Nico Schuyt wrote in message ...
> http://www.nicoschuyt.nl/test/pagebreak.htm


Wow ... thanks that was quick !!

I hope other *lurkers* will also appreciate your efforts.


 
Reply With Quote
 
Nico Schuyt
Guest
Posts: n/a
 
      02-04-2004
Steve R. wrote:
> Nico Schuyt wrote in message ...
>> http://www.nicoschuyt.nl/test/pagebreak.htm


> Wow ... thanks that was quick !!


> I hope other *lurkers* will also appreciate your efforts.


I hope so too It's however more interesting if someone points me to the
fact it's an invalid solution and offers a better one. I'm here to learn
too.
Nico


 
Reply With Quote
 
Whitecrest
Guest
Posts: n/a
 
      02-04-2004
In article <4020cd07$0$245$>,
says...
> > Nico Schuyt wrote in message ...
> >> http://www.nicoschuyt.nl/test/pagebreak.htm

> > Wow ... thanks that was quick !!
> > I hope other *lurkers* will also appreciate your efforts.

> I hope so too It's however more interesting if someone points me to the
> fact it's an invalid solution and offers a better one. I'm here to learn


Ok, not trying to start an argument about editors so don't take it that
way.

The newest version of Dreamweaver, now has type ahead help for CSS. (MX
had type ahead help for HTML only)

This is better than any manual I have found for learning.

I type:
<style type="text/css">
h1 {

And it replys with a list of all the possibilities you can choose. I
click on "page-break-before"

Then it displays a list of all the possible choices I have (always,
auto, void inherit left right)

I find this more helpful that all the manuals in the world.

YMMV

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
brochure printing,online yearbook,printing,books printing,publishing elie Computer Support 0 08-21-2007 05:50 AM
brochure printing,online yearbook,printing,books printing,publishing elie Computer Support 0 08-21-2007 05:28 AM
brochure printing,online yearbook,printing,books printing,publishing elie Computer Support 0 08-18-2007 10:11 AM
Printing webpages in Portrait format? Sigi Rindler Computer Support 2 05-24-2005 07:38 AM
Printing webpages MIS Computer Support 4 04-13-2004 12:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57