|
| Printing opera mail doesn't work (still) |
 |
Tue, 08 Apr 2008 15:31:54 -040 |
Opera 9.5.9903 (and since 8513 and before)
When printing mail, all I get is a blank line. I've deleted mime.css and
reinstalled Opera (to make sure it is clean mime.css) and it still only
print a blank line.
If I delete the 'position:static;' line in mime.css, it print the body but
doesn't print the headers (From/To/Date/etc.). When I add
'position:absolute;top:1px;' to mime.css, the headers will print but they
are displayed on top of the email text. I've changed the margins, printing
headers & footers but all that does is print the Subject at the top of the
page (which, by the way, does not look at the margins).
I copied the mime.css to an O9.26 version and printed the email correctly.
This has been mentioned only one other time in this forum. The answer was
a vague reference to mime.css. I have "fit to paper width" unckecked.
By the way, I have no ideas what I'm doing fiddling around with the CSS
file anyway.
Confirmation or suggestions...Thanks
Doesn't print anything...
@media print {
div.headers {
padding: 0 0 2mm;
margin: 0 2mm 4mm;
border-bottom: 1px solid black;
position: static;
display: block;
Doesn't print headers but prints text...
@media print {
div.headers {
padding: 0 0 2mm;
margin: 0 2mm 4mm;
border-bottom: 1px solid black;
/*position: static;*/
display: block;
Prints headers on top of text....
@media print {
div.headers {
padding: 0 0 2mm;
margin: 0 2mm 4mm;
border-bottom: 1px solid black;
position: absolute;
top ;1px;
display: block;
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|