[REBOL] Re: Change the default Background in View?
From: yeksoon::myrealbox::com at: 31-Mar-2002 14:27
At 09:47 PM 3/30/2002 -0500, you wrote:
>How do you change the default background in View ?
>I like the way different sites change the background when you go to them.
>Can I change my Local Backgound color ?
>
>Adrian
Assuming you are using windows.. here's the steps.
1. Create a folder called "Background" in c:\rebol\view\local
2. Put your image (eg sample.jpg) in c:\rebol\view\local\background
3. Edit c:\rebol\view\local\index.r
4. Put in the following lines..
backdrop %background/sample.jpg [fit]
PS: You can potentially put the image in other folders. Just change the
path accordingly.
YekSoon