PDA

View Full Version : DIV'ing a Music MySpace



J Trill
May 31st, 2007, 08:47 AM
Okay, so I'm pretty much confused. I have no clue on how to div my music MySpace. Does anyone have experience that can help me out here? Give me some tips and hints. Really... to tell you the truth I don't really know how DIVs work in the first place. Just tables, but hey!

HELP! :afro:

simplistik
May 31st, 2007, 09:52 AM
you just add <div> </div> :lol: but myspace doesn't give you the capabilities to turn it into a complete div based site if that's what you're lookin for. but you need to give us a little more detail as to what you actually want to do... not just "I need to know how to use divs".

J Trill
May 31st, 2007, 10:02 AM
I want to get rid of that "myspace" look. It's lame. I've seen it done before and I asked if they'd help me but they weren't so down to do it. I want it to cover EVERYTHING except my music player and Basically put my friends and comments in a scroll box wile I add my content else where.

Counterproductive
May 31st, 2007, 10:39 AM
They'll ban you if they catch you covering the ads but whatever.
I'm not too familiar with myspace so I can't guarentee this will work without
messing about with it, but divs work kind of like this.

Define your css styles first:

<style type="text/css">
#yourstyle {

Background: #FFFFFF;
border: #00E0FF;
position: absolute;
top:0px;
left:0px;
width:100%;
height:100%;

}
</style>

You can either apply these styles to divs already in use or make your own.
And these are just examples, theres alot of other stuff you can do, you should read up on some css.
Then you'd apply an id to the div to link the css with the div but like I said if you know the ids of myspace's divs already in use you should be able to change them.



<div id="yourstyle"></div>

J Trill
May 31st, 2007, 11:53 AM
Thanks!

obey360
May 31st, 2007, 10:09 PM
If you're looking for a GOOD community that gives you free range on design and layout of your site, in a friendly, non-cluttered way (without all the spam friend requests), you should check out VIRB (http://www.virb.com);)