Printer Friendly Output

G

George

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?
 
J

Jens Peter Karlsen[FP MVP]

By using CSS. pagebreak.before: always
Only works with blocklevel tags.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Murray

Re: Printer Friendly OutputAnd works with no browsers, unfortunately.

--
Murray

By using CSS. pagebreak.before: always
Only works with blocklevel tags.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

George

Site uses "shared borders" which can't be eliminated with
CSS. At least that's my finding.
 
M

MD Websunlimited

Why will CSS not work in the visitors browser?

Use CSS to insert pagebreaks
 
M

MD Websunlimited

By using @media you can create a page with shared borders that will not be a part of the printed page.
 
J

Jens Peter Karlsen[FP MVP]

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



By using CSS. pagebreak.before: always
Only works with blocklevel tags.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Murray

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

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

By using CSS. pagebreak.before: always
Only works with blocklevel tags.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
J

Jens Peter Karlsen[FP MVP]

My fault. Forgot the hyphens.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top