Doug, >I have a web page with a background picture. I want to place an image(it > is a drawing) on this page but I want the > page background to show through the image. > > What format does the image need to be? (jpeg|bitmap|...) > What color(value) does the image background need to be?
I can't say anything about web pages, but in Delphi 5 an easy way to have transparent images is to use TImageList, which uses bitmaps and icons. Rory Daulton [EMAIL PROTECTED]

