quote:
Originally posted by vikke
If you want it to have white background try changing:
code:
<Element xsi:type="FigureElement" Id="FigBkg1">
<Position Top="20" Left="0" Height="15" Width="150"/>
<Figure><Rectangle/></Figure>
<Fill>
<LinearGradient Angle="90">
<Color1><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>120</Alpha></Color1>
<Color2><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>50</Alpha></Color2>
</LinearGradient>
</Fill>
</Element>
actually you would use this:
code:
<Element xsi:type="FigureElement" Id="FigBkg1">
<Position Top="0" Left="0" Height="250" Width="150"/>
<Figure><Rectangle/></Figure>
<Fill>
<PlainColor>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
</PlainColor>
</Fill>
</Element>
yea ok... i had already known how to do this if you had looked at my MP!L toasts that i had a link to in my last post.
now could you please stop trying to help me out