On 01/22/2007 at 09:06 AM Charles Szasz wrote:
> Bill,
> 
> I made the changes you suggested but that did not work.  My question 
> now is if changed the appearance of the card to have a gray 
> background how do I maintain a white background for printing purposes 
> so I don't get a gray background?
> 
> Charles Szasz
> [EMAIL PROTECTED]

Try this:

put the bgColor of this card into tMyGrayBG
set the bgColor of this card to white -- or 255,255,255
print this card
set the bgColor of this card to tMyGrayBG

The above is untested, but should work.

----------
Roger Eller <[EMAIL PROTECTED]>

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to