QUOTE(CHI3f @ Dec 29 2006, 01:01 AM)

Transparent would not work cause you would still see what was behind it, which would be black. But to make a white background, you could just make a an all white image and name it whatever you wanted, we'll call it white.png for example, put it in the media folder of the skin you are using, and then you just code that puppy in before the image you after trying to view otherwise it would overlap your target image. Here is an example code.
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>white.png</texture>
</control>
That should work.
Im not good at coding so I think this is beyond me
This post has been edited by xbot: Dec 29 2006, 01:25 AM