Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > can't print white background due to this code..

Reply
Thread Tools

can't print white background due to this code..

 
 
RAYMOND PISTEY
Guest
Posts: n/a
 
      04-30-2010
hello this is some code from my site which gives a nice gradiant bground to
whole site, probelm is it prints that gradiant bground, how do I relpace
this with some other code to keep bground that gradiant, just not print it.

<BODY onLoad=SMPSetFocus() link="#217D7C" vlink="#217D7C" alink="#217D7C"
bgcolor="black"
style="filterrogidXImageTransform.Microsoft.Gr adient(endColorstr='#000000',
startColorstr='#0c8c8f', gradientType='0');">

thanks,
ray

 
Reply With Quote
 
 
 
 
Doug Miller
Guest
Posts: n/a
 
      04-30-2010
In article <4bdb414d$0$4974$>, "RAYMOND PISTEY" <> wrote:
>hello this is some code from my site which gives a nice gradiant bground to
>whole site, probelm is it prints that gradiant bground, how do I relpace
>this with some other code to keep bground that gradiant, just not print it.
>

Use different styles for display and print.

http://www.yourhtmlsource.com/styles...ediatypes.html
 
Reply With Quote
 
 
 
 
Neredbojias
Guest
Posts: n/a
 
      05-01-2010
On 30 Apr 2010, (Doug Miller) wrote:

> In article <4bdb414d$0$4974$>, "RAYMOND PISTEY"
> <> wrote:
>>hello this is some code from my site which gives a nice gradiant
>>bground to whole site, probelm is it prints that gradiant bground,
>>how do I relpace this with some other code to keep bground that
>>gradiant, just not print it.
>>

> Use different styles for display and print.
>
> http://www.yourhtmlsource.com/styles...ediatypes.html


He's using a Microsoft filter so css styling method advice will
probably be of no help.

--
Neredbojias

http://www.neredbojias.org/
http://www.neredbojias.net/
 
Reply With Quote
 
RAYMOND PISTEY
Guest
Posts: n/a
 
      05-01-2010
exactly my problem, i need to set browser window gradiant white and then
print, would be neat todo from one button
"Neredbojias" <> wrote in message
news: .net...
> On 30 Apr 2010, (Doug Miller) wrote:
>
>> In article <4bdb414d$0$4974$>, "RAYMOND PISTEY"
>> <> wrote:
>>>hello this is some code from my site which gives a nice gradiant
>>>bground to whole site, probelm is it prints that gradiant bground,
>>>how do I relpace this with some other code to keep bground that
>>>gradiant, just not print it.
>>>

>> Use different styles for display and print.
>>
>> http://www.yourhtmlsource.com/styles...ediatypes.html

>
> He's using a Microsoft filter so css styling method advice will
> probably be of no help.
>
> --
> Neredbojias
>
> http://www.neredbojias.org/
> http://www.neredbojias.net/


 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      05-01-2010
On 30 Apr 2010, "RAYMOND PISTEY" <> wrote:

> exactly my problem, i need to set browser window gradiant white and
> then print, would be neat todo from one button


Well I don't have a printer and haven't had one for many-a-year so I'm
not familiar with printer stuff as such. How do you print now? If you
have a button somehow placed on the page, a j/s routine to change
backgrounds would be a cinch. You could even use server-side code via
the same "trigger". OTOH, if you print using the normal system print
methods, I see no way to accomplish the goal. Not saying there isn't
one, just that I don't see it.


> "Neredbojias" <> wrote in message
> news: .net...
>> On 30 Apr 2010, (Doug Miller) wrote:
>>
>>> In article <4bdb414d$0$4974$>, "RAYMOND PISTEY"
>>> <> wrote:
>>>>hello this is some code from my site which gives a nice gradiant
>>>>bground to whole site, probelm is it prints that gradiant bground,
>>>>how do I relpace this with some other code to keep bground that
>>>>gradiant, just not print it.
>>>>
>>> Use different styles for display and print.
>>>
>>> http://www.yourhtmlsource.com/styles...ediatypes.html

>>
>> He's using a Microsoft filter so css styling method advice will
>> probably be of no help.
>>
>> --
>> Neredbojias
>>
>> http://www.neredbojias.org/
>> http://www.neredbojias.net/

>




--
Neredbojias

http://www.neredbojias.org/
http://www.neredbojias.net/
 
Reply With Quote
 
RAYMOND PISTEY
Guest
Posts: n/a
 
      05-02-2010
I have a table on my main page that has a table format where the table is
white bground, so hence print shows that mscode, I would love to replace it
and have tried many things only way it doesn't print the browser bground
color is when I remove that code which my artsy fartsy web boi is cryin
about. I think I'll deligate the task to him and really make him cry. thanks
for the answer I knew, just needed to exaust all options before I move on
this to the next level.

"Neredbojias" <> wrote in message
news: .net...
> On 30 Apr 2010, "RAYMOND PISTEY" <> wrote:
>
>> exactly my problem, i need to set browser window gradiant white and
>> then print, would be neat todo from one button

>
> Well I don't have a printer and haven't had one for many-a-year so I'm
> not familiar with printer stuff as such. How do you print now? If you
> have a button somehow placed on the page, a j/s routine to change
> backgrounds would be a cinch. You could even use server-side code via
> the same "trigger". OTOH, if you print using the normal system print
> methods, I see no way to accomplish the goal. Not saying there isn't
> one, just that I don't see it.
>
>
>> "Neredbojias" <> wrote in message
>> news: .net...
>>> On 30 Apr 2010, (Doug Miller) wrote:
>>>
>>>> In article <4bdb414d$0$4974$>, "RAYMOND PISTEY"
>>>> <> wrote:
>>>>>hello this is some code from my site which gives a nice gradiant
>>>>>bground to whole site, probelm is it prints that gradiant bground,
>>>>>how do I relpace this with some other code to keep bground that
>>>>>gradiant, just not print it.
>>>>>
>>>> Use different styles for display and print.
>>>>
>>>> http://www.yourhtmlsource.com/styles...ediatypes.html
>>>
>>> He's using a Microsoft filter so css styling method advice will
>>> probably be of no help.
>>>
>>> --
>>> Neredbojias
>>>
>>> http://www.neredbojias.org/
>>> http://www.neredbojias.net/

>>

>
>
>
> --
> Neredbojias
>
> http://www.neredbojias.org/
> http://www.neredbojias.net/


 
Reply With Quote
 
 
 
Reply

Thread Tools

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to due with "warning LNK4075: ignoring '/INCREMENTAL' due to Fresh C++ 2 04-22-2008 09:03 PM
White font on white background???? Stubby Firefox 3 08-18-2006 04:25 PM
Set background due to screen resolution hippo Javascript 3 03-03-2005 12:57 AM
Color.white vs. Color.WHITE Niels Dybdahl Java 3 10-06-2004 03:21 PM
Affects of a PL filter on white balance and white balance (D100) jeff liss Digital Photography 1 09-05-2003 02:07 PM



Advertisments
 



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