473,602 Members | 2,792 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Browser with best CSS paged media support?

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
Jul 20 '05 #1
15 7871
In article <bh**********@r eader10.wxs.nl> , sp**@block.com says...

Which browser has the best CSS paged media support?
(...)


For CSS media print, I have the best experiences with Opera. It's the
same as other browsers in most regards, but it respects page-break
definitions.
I suppose the latest Mozilla might also be worthwhile checking out.
Jul 20 '05 #2
DU
Laurens wrote:
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

http://www.westciv.com/style_master/.../printing.html

but don't expect 100% reliable data from this chart. Browsers always
have bugs; sometimes normal basic testcases do not identify browser
bugs. And browsers are continually being improved.

NS 7.1 support for the page media must be a lot better than the data in
that chart as 12 months of bug fixes and improvements were added into NS
7.1 over NS 7.0. It's not clear.

Bug 24000: CSS page-break-before/after:always Support
http://bugzilla.mozilla.org/show_bug.cgi?id=24000

Bug 115199: @page in CSS2 not implemented
http://bugzilla.mozilla.org/show_bug.cgi?id=115199

Bug 132035: Support all page-break-* CSS2 properties
http://bugzilla.mozilla.org/show_bug.cgi?id=132035

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunc...e7Section.html

Jul 20 '05 #3
On Mon, 18 Aug 2003 16:01:50 +0100, "PeterMcC" <pe***@mccourt. org.uk>
wrote:
I know it's not the answer you're wanting but I'd seriously suggest you use
a word processor or DTP package.


How many UK banks do you know (for that's where we both are) who could
accept a business plan by email ? My bank (Lloyds) doesn't even
offer _phone_ access to my local branch.

Jul 20 '05 #4
Andy Dingley wrote:
On Mon, 18 Aug 2003 16:01:50 +0100, "PeterMcC" <pe***@mccourt. org.uk>
wrote:
I know it's not the answer you're wanting but I'd seriously suggest
you use a word processor or DTP package.


How many UK banks do you know (for that's where we both are) who could
accept a business plan by email ? My bank (Lloyds) doesn't even
offer _phone_ access to my local branch.


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."

I'm afraid that I can't understand the point of your question; however, the
answer, since my knowledge of banking procedures is limited to those of the
one that I use, is 'one'.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #5
On Mon, 18 Aug 2003 21:52:38 +0100, "PeterMcC" <pe***@mccourt. 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.

The only time I send word-processed documents out electronically in
..doc format is when they're going to the (all too many) muppets who
sincerely believe that Word is the only editor on the planet and that
Outhouse is a mail client. I did go through a phase of sending PDF's
out to recruiters in the IT agency (to stop the devious little slimes
editing my CV), but found out that very few could print them.

If you think that the only way to get a decent layout on paper is to
use Word, then there's a bridge in Seattle you seem to have already
bought. And that's without dredging up DocBook, *roff, TeX and DEC
runoff.

In response to the original question (from politeness more than useful
information) then IMHE they're all still broken. I know I'm out of
date here, but the CSS page-break situation still seems sufficiently
unreliable that I've not yet felt the urge to re-evaluate it.

Jul 20 '05 #6
You have NO CONTROL over which browser your banker will use, assuming they
even know what a browser is. And if they do know what a browser is, they
might not know how to print a paper copy that will have a physical
appearance better than crap.

Use a word processor and submit it on paper or in PDF format. That way yu
can count on the fonts and font sizes being what YOU want.

"Laurens" <sp**@block.com > wrote in message
news:bh******** **@reader10.wxs .nl...
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

Jul 20 '05 #7
"news.frontiern et.net" <rf******@wgtn. net> wrote:
You have NO CONTROL over which browser your banker will use,
Thank you for the usual bogosity alerts (incorrect From field,
SHOUTING, upside-down quoting, etc.). Please continue using them until
you have contribution to make.

As usual, comprehensive quoting indicates lack of comprehensive
reading. The question described:
I'm about to write a business plan, which needs to be printed on
paper to be presented to the bank.


There's no need for any banker to use any browser for that.
Use a word processor and submit it on paper or in PDF format. That
way yu can count on the fonts and font sizes being what YOU want.


Word processors normally produce text in their proprietary formats,
_not_ in PDF format. Anyway, what you describe is an attempt to fight
against the strengths of the Web and of the HTML format.

The real issue, which you have completely missed, was how to author in
HTML _and_ have the document formatted nicely on paper. If the paper
format is the only one in which the document is really needed, I would
vote for MS Word. It _is_ a useful program, though partly poorly
documented and with lots of irritating features. If the document should
also be available in cross-platform format, maybe for use on the Web or
in an intranet, then HTML format might be the best master format.

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. It's a bit dull work, but probably
tolerable. And setting fonts and font sizes in CSS works just fine for
the purpose.

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

Jul 20 '05 #8
news.frontierne t.net wrote:
Use a word processor and submit it on paper or in PDF format.


I assumed that Laurens would be submitting in paper format anyway, hence:

| I'm about to write a business plan, which needs to be printed on paper
| to be presented to the bank.

And in answer to the original question. Opera is far and away the best
browser for this sort of thing. It has one or two minor problems[1], but
no show-stoppers.

[1] For example, I don't think it yet can handle tables spilling over
multiple pages and using the <tfoot> and <thead> on each page.

--
Toby A Inkster BSc (Hons) ARCS | mailto:to*****@ goddamn.co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:ta*@jabb er.linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
Jul 20 '05 #9
Andy Dingley wrote:
On Mon, 18 Aug 2003 21:52:38 +0100, "PeterMcC" <pe***@mccourt. 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.

<snip>
If you think that the only way to get a decent layout on paper is to
use Word, then there's a bridge in Seattle you seem to have already
bought. And that's without dredging up DocBook, *roff, TeX and DEC
runoff.


I have, for some years, laboured under the impression that preparing a
document for print would be best done using a word processor or DTP
package - I shall try marking up my next document in HTML, thanks for the
hint which I will pass on to my clients in the publishing industry. As
regards Seattle, I'm afraid that I have no idea how that links into my
suggestion of a word processor or DTP package - if it's a reference to
Microsoft's products, I'm afraid that you've picked up an inference from
elsewhere in the thread that wasn't mine.
--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #10

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

Similar topics

12
2025
by: AMC | last post by:
Hi, I need to code an asp based browser sniffer. It needs to detect if a browser can support css and if not redirect to a different site. Does anyone have sample code that does this? thx
14
2343
by: Gérard Talbot | last post by:
I personally disagree with the Viewable in Any browser campain. The site is frankly outdated, seems to be no longer maitained, has several recommendations that don't make a lot of sense anymore. In my mind, it is much more important to code according to standards (valid markup and CSS code) and good coding practices (tableless design, graceful degradation, etc.) than to code according to the lower common denominator among browsers. ...
5
3165
by: David Baker | last post by:
Hi all I am very new to ASP.Net. I am trying to create a sniffer for our program. We want our users to click our sniffer and hopefully the sniffer will check their computer against our requirements. I would like to ask experts like you to see which items are actually doable with ASP.Net. Below I listed all of the items we are looking for but I can understand if some of the items are impossible to check/sniff. We would like to create a sniffer...
7
1731
by: Rhino | last post by:
I thought I'd take a second to step away from a specific problem and ask a general question about best practices; I know some of the people here are very experienced with CSS. Given the need to have different CSS for printing than for screens, which of these two options is the best approach? 1. Have a single CSS for each media, then use different <link> tags for each media? 2. Have one CSS that includes all rules and use @media rules to...
1
3148
by: Dan | last post by:
Hi, I was wondering if anyone could come up with a cross browser image transition that I could use... I have already made one that works in IE but i know it doesn't work in Mozilla Firefox. Below is the script I have made, there is only one error with it (besides compatabilty), the fact that you can make the images transition even when there is already a transition occuring, I have tried to compensate for this, but it doesn't work......
4
2567
by: trpost | last post by:
I am looking for a script using javascript to pull browser information including, browser type and version, OS info, plugins (flash, acrobat, media player, etc), java version, etc. that will work on IE/Firefox. I am looking for detalis similar to what is available at: http://www.webreference.com/tools/browser/_browserhawk.html Thanks!
0
1743
by: fergaloc | last post by:
Hi there. Our .net framework 1.1 application is a complex media player that plays back video, flash, web, TV and pictures full screen. It runs on Windows XP SP2. It has 12 DLLs and runs to about 30,000 lines of code. We're 100% .net except for two activeX controls. These are 1) Internet Explorer (ActiveX) 2) Flash Control (ActiveX) We have identified a leak in the app which will cause the system to
55
12786
by: Steve | last post by:
I have to develop several large and complex C++ hardware test programs that should work under DOS, most likely with 32-bit DOS extender. Development workstation OS would be Microsoft XP. Quite some time ago I worked in DOS, with Borland BC++ 4.1. I do not have it any more. Which compiler would you recommend me now? Which ones support serious DOS program development? Criterion should be number of available free library modules (graphic menu...
13
4864
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives, suggestions or improvements? if( wmv file) document.write("<OBJECT id=Player classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 height="354" width="479">
0
7993
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8401
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8054
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6730
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5867
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5440
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3900
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1510
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1254
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.