Question:

Myspace Group Profile! Please Help!?

by  |  earlier

0 LIKES UnLike

Okay, I have couple questions about the group profiles. Is there away to put a banner at the top of your group profile? And on the layout, is there a way to make it so there are not separate tables like, What I have looks like this: http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=107528049

See how the tables are separate? Is there away to make the one table like this group?

http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=107242608&categoryID=0&Mytoken=42576FCE-11AB-49D3-BED0EA779F926C88100050621

See how there is only one black table

How do you do that?

I know you can do it with a regular profile but can you do it with a group profile?

 Tags:

   Report

3 ANSWERS


  1. <style>

    body{

    background-color:black;

    }

    table, tr, td, div{

    background-color: transparent;

    }

    </style>

    thats for making one table.. sorta, its what they did

    as for the banner.. this ones a bit harder but

    <img src="banner url" class="banner" />

    <style>

    body{

    margin-top: height of bannerpx;

    }

    .banner{

    position:absolute;

    top:0px;

    left: 50%;

    margin-left: -half of widthpx;

    }

    </style>

    the you have to find the height and width of the banner( right click, properties, it tells)  


  2. You can get some here also other opinions http://www.mycutegalaxy.com/groups

  3. http://groups.myspace.com/groupcoders

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.