Cool thanks! Got it done! Is there any way to move down the widget slightly so that the the last row of my applications wouldn't be blocking out parts of it.
Yes Edit widget html scroll down to this
<base href="Widgets/"/>
Below you will see
<table style="position: absolute;top: 310px; left: -70px; width: 320px; height: 461px;align: right; opacity: 0.9;">
<tr align="center" valign="top" border="0" cellpadding="0">
<td height="12" valign="top" margin-left="20" >
<span id="clock">
This part moves the clock where it says top: 310px; replace with say 320px;
Go further down and you will see all the others for pm ,min,year change each
top by 10px like you have done for the clock
The Calendar go to Widgets/Calendar/stylesheets and edit calendarSB.css the only thing you need to change
.CalendarWidget /* Calendar Position */
{
text-align:center;margin-left:-1px;margin-top:0px; width: 320px; height: 480px;
position: absolute; top: 75px; right: 0px; down: 0px; left: -7px;
background: url(../Backgrounds/DefaultSB.png) no-repeat;
Mine shows top 75px because I have changed it for a different Theme
Yours should say something like 365 increase by 10px
You may have to play around to get it all to your liking
To change weather Temp weather icon and city
Edit Private/Stylesheets mini.css
for example
#city{ /* Weather City Position */
position: absolute; top: 461px; right: px; down: 0px; left: -2px; width: 320px; h
Change the 461 to say 471
See what you can do any problems get back to me