Yes, instead of a skin builder, you have to use CSS (cascading style sheets) code to put in the group user content. I'm
not sure how familiar you are with CSS, but here's a tutorial/code for it: CSS for group content..! You just have to fill in
the colours.
For the images, use:
Quote:
#topLeft {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg01.jpg) no-repeat bottom
right;}
#topCenter {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg02.jpg) no-repeat bottom
left;}
#top {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg03.jpg) repeat-x scroll left
bottom;}
#main {
background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg07.jpg);}
#leftMenu {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg04.jpg) no-repeat top
right;}
#rightMenu {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg07.jpg);}
#content {background: url(http://i193.photobucket.com/albums/z311/Layout_MT/Kyandi/bg05.jpg) no-repeat top left;}
The rest of the colours, you'll have to follow that tutorial and experiment.