-----Original Message-----
From: Murray [mailto:
[email protected]]
Posted At: 7. oktober 2004 17:36
Posted To: microsoft.public.frontpage.programming
Conversation: Printer Friendly Output
Subject: Re: Printer Friendly Output
Re: Printer Friendly OutputYIKES - I was partly right! The
correct syntax is page-break-before:always, and it works as
you describe in IE6/FF0.8 on the PC - I didn't test on the Mac.
You can try here -
<html>
<head>
<title>CodeAve.com/CSS - Page Break</title> <body
bgcolor="#FFFFFF"> <center> Page 1 <br
style="page-break-before:always;">
Page 2
<br style="page-break-after:always;">
Page 3
<p>
Use print preview on your browser to see how<br> this page
would print out to three pages </center> </body> </html>
--
Murray
message Works fine. When you tested, you probably forgot that it only
works in blocklevel tags.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
From: Murray [mailto:
[email protected]]
Posted At: 7. oktober 2004 01:27
Posted To: microsoft.public.frontpage.programming
Conversation: Printer Friendly Output
Subject: Re: Printer Friendly Output
And works with no browsers, unfortunately.
--
Murray
message By using CSS. pagebreak.before: always
Only works with blocklevel tags.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: George [mailto:
[email protected]]
Posted At: 6. oktober 2004 19:28
Posted To: microsoft.public.frontpage.programming
Conversation: Printer Friendly Output
Subject: Printer Friendly Output
I am supporting printer friendly output with links to dedicated pages
(CSS doesn't work for my environment.) How can I issue "page breaks"
for the printer to achieve a preferable output?