At the moment, there isn't a way. I find that having a subtle background tends to be preferable.
Thanks, I'll go with that direction.
A different question, is it possible to reduce the number of applets showing up when accessing features such as the forums, roster, etc. so that this viewing area is maximized?
The dkp standing boxes, progresion box, vent/ts status are great for the main page, but I'd like to not display them on every page if possible.
Thanks,
Feamire
They are currently all part of the layout file. Each "page" (news, forum, etc) is technically the same layout file requesting different content from the Database. THerefore, the short answer is "NO".
However, there is a way around it. You can have a "Page_Onload()" event. Write javascript to hide your tables containing your applets when the page loads if the page is not News.php. That way they'd disappear from view.