Results 1 to 2 of 2

Thread: printing form that has html gradient

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    printing form that has html gradient

    Dear All
    How can i disable the folowing gradient

    <body MS_POSITIONING="GridLayout" style="filterrogidXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8C3EA', EndColorStr='#A6D7D4');">

    when i print a form.
    its prints the gradient!!!!
    i want to avoid it!

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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

    If I have been helpful please rate my post. If I haven't tell me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width