quote:
Originally posted by LuckyMe
quote:
Originally posted by stuartbennett
it can be replaced with a custom image using the process i stated above, let me know how you get on.
The code you gave me works pretty fine, you´re AWESOME, but i really want to put an image herE, so i hope you tell me how to do it.
Thanks a lot
ok i haven't tried this yet however change
quote:
Background:rgb(0,0,0);
to
quote:
Background:rcbkd(59020);
or maybe to
quote:
Background:rcimg(59020);
where 59020 is the resource number of the image to be used for the replace, then define 59020 in your skininfo file so it refers to the desired image, im not sure if its supposed to be rcbkd or rcimg but one of them should work, remember when setting your replace in skininfo it goes under new as its a 59xxx numbered resource and you need to set some ummargins which are
UMLeft
UMTop
UMRight
UMBottom
they must be set in that order under your metadata part of your replace for example
quote:
<New>
<Pictures>
<Picture Id="59020">
<File>59020.png</File>
<Metadata>
<UMLeft>5</UMLeft>
<UMTop>5</UMTop>
<UMRight>5</UMRight>
<UMBottom>5</UMBottom>
</Metadata>
</Picture>
</Pictures>
</New>
i hope this helps, please remember i havent actually tested it but that should work.