Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-20-2006, 11:51 PM
Dean Browett
 
Posts: n/a
image printing problem

Hi all,

I've created a form using the 'media=print' attribute. However, when I try
to print the form, the company logo (which needs to appear at the head of
the page is printed, but it is very small and positioned in the top left
hand corner. Other images in the form are printed equally small. Can anyone
provide a solution to this?

I've set the print background-image option in the print options, but to no
avail.

The css for the background image is as follows:

#pp-form-header {
background-image: url(../images/print_banner.gif);
background-repeat: no-repeat;
width:632px;
height:124px;
}

Thanks in advance

Dean


Reply With Quote
  #2 (permalink)  
Old 02-21-2006, 12:49 AM
Ken Wagner
 
Posts: n/a
Re: image printing problem

Dean Browett wrote:
> Hi all,
>
> I've created a form using the 'media=print' attribute. However, when I try
> to print the form, the company logo (which needs to appear at the head of
> the page is printed, but it is very small and positioned in the top left
> hand corner. Other images in the form are printed equally small. Can anyone
> provide a solution to this?
>
> I've set the print background-image option in the print options, but to no
> avail.
>
> The css for the background image is as follows:
>
> #pp-form-header {
> background-image: url(../images/print_banner.gif);
> background-repeat: no-repeat;
> width:632px;
> height:124px;
> }
>


Could you provide a URL so that we can see what's happening?

Also, out of curiosity, why are you limiting your height to just 124 pixels?
Reply With Quote
  #3 (permalink)  
Old 02-21-2006, 01:13 AM
Ron K.
 
Posts: n/a
Re: image printing problem

T-bird Leader Dean Browett radioed the tower , on 2/20/2006 6:51 PM:

> Hi all,
>
> I've created a form using the 'media=print' attribute. However, when I try
> to print the form, the company logo (which needs to appear at the head of
> the page is printed, but it is very small and positioned in the top left
> hand corner. Other images in the form are printed equally small. Can anyone
> provide a solution to this?
>
> I've set the print background-image option in the print options, but to no
> avail.
>
> The css for the background image is as follows:
>
> #pp-form-header {
> background-image: url(../images/print_banner.gif);
> background-repeat: no-repeat;
> width:632px;
> height:124px;
> }
>
> Thanks in advance
>
> Dean
>
>


Remember that screen resolution is 96 dpi while printers are often 600 dpi
so those measurements will yeald a 1 inch wide by 1/4 inch high image on
printing. Your print media CSS will need to account for the dpi
resolution of the printers you expect will be outputting your form.


--
Ron K.
Don't be a fonted, it's just type casting.
Reply With Quote
  #4 (permalink)  
Old 02-21-2006, 08:13 PM
Dean Browett
 
Posts: n/a
Re: image printing problem

Sure, the url is http://82.68.154.115/princespark/forms/form.php. The height
is to keep the div open otherwise I can't see the banner at the top of the
page - this may be a contributory factor.

Cheers

Dean

"Ken Wagner" <kwagners@gmail.com> wrote in message
news:U4GdnagKROnu_mfenZ2dnUVZ_vudnZ2d@mozilla.org. ..
> Dean Browett wrote:
>> Hi all,
>>
>> I've created a form using the 'media=print' attribute. However, when I
>> try to print the form, the company logo (which needs to appear at the
>> head of the page is printed, but it is very small and positioned in the
>> top left hand corner. Other images in the form are printed equally small.
>> Can anyone provide a solution to this?
>>
>> I've set the print background-image option in the print options, but to
>> no avail.
>>
>> The css for the background image is as follows:
>>
>> #pp-form-header {
>> background-image: url(../images/print_banner.gif);
>> background-repeat: no-repeat;
>> width:632px;
>> height:124px;
>> }
>>

>
> Could you provide a URL so that we can see what's happening?
>
> Also, out of curiosity, why are you limiting your height to just 124
> pixels?



Reply With Quote
  #5 (permalink)  
Old 02-21-2006, 08:33 PM
Ken Wagner
 
Posts: n/a
Re: image printing problem

Dean Browett wrote, On 2/21/2006 2:13 PM:
> Sure, the url is http://82.68.154.115/princespark/forms/form.php. The height
> is to keep the div open otherwise I can't see the banner at the top of the
> page - this may be a contributory factor.
>
> Cheers
>
> Dean
>
> "Ken Wagner" <kwagners@gmail.com> wrote in message
> news:U4GdnagKROnu_mfenZ2dnUVZ_vudnZ2d@mozilla.org. ..
>> Dean Browett wrote:
>>> Hi all,
>>>
>>> I've created a form using the 'media=print' attribute. However, when I
>>> try to print the form, the company logo (which needs to appear at the
>>> head of the page is printed, but it is very small and positioned in the
>>> top left hand corner. Other images in the form are printed equally small.
>>> Can anyone provide a solution to this?
>>>
>>> I've set the print background-image option in the print options, but to
>>> no avail.
>>>
>>> The css for the background image is as follows:
>>>
>>> #pp-form-header {
>>> background-image: url(../images/print_banner.gif);
>>> background-repeat: no-repeat;
>>> width:632px;
>>> height:124px;
>>> }
>>>

>> Could you provide a URL so that we can see what's happening?
>>
>> Also, out of curiosity, why are you limiting your height to just 124
>> pixels?

>
>


FYI - the Etiquette for these groups state we should bottom-post.
(http://www.mozilla.org/community/etiquette.html)

I've looked at the page in FF 1.5.0.1, Netscape 7.2, and IE 6 - they all
look the same in Print Preview and when printed: There are no graphics
at all. Did you by chance change the css to prevent images?

Reply With Quote
  #6 (permalink)  
Old 02-21-2006, 09:57 PM
Dean Browett
 
Posts: n/a
Re: image printing problem

No.

I checked in NS 7.1 and I couldn't see any images, but I checked the page
setup settings and found that 'print background images' was not checked.

Is this option checked in the browsers you used?

"Ken Wagner" <kwagners@gmail.com> wrote in message
news:m62dneIW_fOy5GbeRVn-gQ@mozilla.org...
> Dean Browett wrote, On 2/21/2006 2:13 PM:
>> Sure, the url is http://82.68.154.115/princespark/forms/form.php. The
>> height is to keep the div open otherwise I can't see the banner at the
>> top of the page - this may be a contributory factor.
>>
>> Cheers
>>
>> Dean
>>
>> "Ken Wagner" <kwagners@gmail.com> wrote in message
>> news:U4GdnagKROnu_mfenZ2dnUVZ_vudnZ2d@mozilla.org. ..
>>> Dean Browett wrote:
>>>> Hi all,
>>>>
>>>> I've created a form using the 'media=print' attribute. However, when I
>>>> try to print the form, the company logo (which needs to appear at the
>>>> head of the page is printed, but it is very small and positioned in the
>>>> top left hand corner. Other images in the form are printed equally
>>>> small. Can anyone provide a solution to this?
>>>>
>>>> I've set the print background-image option in the print options, but to
>>>> no avail.
>>>>
>>>> The css for the background image is as follows:
>>>>
>>>> #pp-form-header {
>>>> background-image: url(../images/print_banner.gif);
>>>> background-repeat: no-repeat;
>>>> width:632px;
>>>> height:124px;
>>>> }
>>>>
>>> Could you provide a URL so that we can see what's happening?
>>>
>>> Also, out of curiosity, why are you limiting your height to just 124
>>> pixels?

>>
>>

>
> FYI - the Etiquette for these groups state we should bottom-post.
> (http://www.mozilla.org/community/etiquette.html)
>
> I've looked at the page in FF 1.5.0.1, Netscape 7.2, and IE 6 - they all
> look the same in Print Preview and when printed: There are no graphics at
> all. Did you by chance change the css to prevent images?
>



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 01:20 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Shares | Loans | Anniversary Gifts | Internet Advertising | Mortgages



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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114