Thanks Pirk. I think I will be able to get those png's in pretty soon.
BTW check out what my homeview.ini can do...
Just add this to the top of your homeview.ini and setup the graphics. It can be tricky getting the images and text to look right but is a decent temp
solution until i implement a new homeview.
body {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #3BD3D8;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #3BD3D8;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #cccccc;
background-image: url(whatever.jpg);
}
table {
background: transparent;
color: #FFFEDC;
}
td {
background-color: black;
background-image: url(homeback2.jpg);
color: #FFFEDC;
}