[help] Move The Position Of Weather Image

I forgot to say in the title Im talkin about Kapsules. :D Im tryin to move the position of the weather image realitive to the background in the default weather widget. Im tryin to move it up alittle and to the left. In this config what do I adjust?:

<!-- This section for required Widget information -->

  KapWeather

  Andrew Powell

  Kapsules Weather Widget

  3/19/2004

  1.0.2

  VBScript

0.7.1.19

<!-- This section for required Configuration of Widget by Kapsules -->

  0

  1

  182

  116

  796

  438

  False

<!-- This section for Kapsules Widget config Dialog -->

 

text

10

Location Code

postalcode

node

Sets the location code, which is used to fetch the weather xml feed. To obtain a location code, visit weather.com and type in your 'city, country' in english.

 

 

select

Temp. System

mode

node

Sets Fahrenheit or Celsius for the temperature

display.

F

C

 

   

 

text

10

Tahoma

font

attribute

name

Sets the font name for the location and temp. display.

 

 

text

10

Font Color

font

attribute

color

Sets the font color for the location and temp. display. 

 

 

text

10

Update Interval

interval

node

Sets the interval, in milliseconds, in which the weather display will update. 

     

   

<!-- This section for widget use -->

900000

21061

F

THANX.

#166422

Nothing in the .config file will help you. Youre going to have to go into the script and edit the poisitoning there.

Look for lines which match 'Graphics.DrawCacheImage(oImg....'

Also, take a look at the dev guide so you know what you should be replacing. http://kapsules.shellscape.org/dev

#183653

Wow. I forgot about this. Thanx for the help. this is good. :D

#183876