I had problems in the past using a background image in html. It could not scale to fit.
http://www.w3schools.com/Html/tryit.asp?filename=tryhtml_bodybgimg Try something like this. Remember to use absolute position. <IMG style="WIDTH: 100%; HEIGHT: 100%; position: absolute; " src="resources\GradientColor.JPG" > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
