Coal Wealth
Alright, the comment thing is fixed, thank you!
But can you go more in detail with the media thing? I have no idea what program or website to use, or where to place it for that matter. D:
I put almost all my dedication to old school, but I want to get used to V2, so I'm still a bit of a novice.
sweatdrop
Well, to get background music, if you want an actual song, I suggest getting a youtube video of a song that you like, like the music video of the song, and put it on your profile, and get your multimedia to no display.
Code for no video display and just the music:
#multimedia{
background: transparent;
position:absolute;
left:0px;
top:0px;
width:0px;
border:0px color: #ffffff
margin:0px;
padding:0px;
z-index:55;
}
#multimedia embed, #multimedia object
{
height:0px;
width:0px;
}
OR
#multimedia {display: none;}
Unfortunately I forget which one. But I used to do that all of the time, but not anymore.
xd