Login

Login

Need to register? Lost password?

Options

Advertisements

Advertisements

 

Need help for new group's layout!

Minitokyo

Minitokyo » Forum » Minitokyo Fora » Minitokyo  Need help for new group's layout!

page 1 of 1

Can someone please help me? I'm making a group layout, but I don't know how to put it all in my group's page. The link: http://s193.photobucket.com/albums/z311/Layout_MT/Kyandi/

I've seen its different than making own userpage, because for the group's layout you don't have a Skin Builder

please someone help!

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.

page 1 of 1

Only members can post replies, please register.