printing form that has html gradient
Dear All
How can i disable the folowing gradient
<body MS_POSITIONING="GridLayout" style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8C3EA', EndColorStr='#A6D7D4');">
when i print a form.
its prints the gradient!!!!
i want to avoid it!
Re: printing form that has html gradient
You need to move the inline styles into an external style sheet and then use CSS media types to define different styles for on screen and print media.
Take a look here: http://www.devguru.com/Technologies/...les_media.html
DJ