Re: [img]http://img228.imageshack.us/img228/5620/animationze6.gif[/img] Image error fixed =)
Screen Shot
[img]http://img142.imageshack.us/img142/5030/86828919lq2.jpg[/img]
[url=http://profiles.friendster
[quote=mhie29dhie]how can i change my WVM background?![/quote]
[quote=blacklizard_return][quote=switchxz]how can i make the boxes transparent?[/quote]
replace this code in ur tracker.css
body {
background: #dce7ed;
border: 0px;
}
.even {
background: #97b6ca;
}
----------------------------------
with this
----------------------------------
body {
background: transparent;
border: 0px;
}
.even {
background: transparent;
}[/quote]