Post your MySpace link

  • Thread starter Thread starter JoeBannon
  • Start date Start date
myspace.com/breadwinnaz -
+ it has some new music up there - just dropped this week!!!
 
www.myspace.com/orangerobot

Since this thread is kinda spammy by it's nature, I don't mind also pimping my band a tad - our new CD (and our old ones) is available at www.miterecords.com.

All proceeds from CD and MP3 sales go to charity, too, so you can feel all warm and fuzzy if you buy our album. ;)

Cheers!
 
i dont have myspace, i have hyves, its sort off the same but here it is!
jteezybaby.hyves.nl
 
I don't have any space... :(

And from what I've seen, I don't want any... ;)
 
OK - I don't have a myspace page for my current stuff, but my daughter set one up some time ago for a "virtual" band called Chuckwagon that I had in the early 1990's during my sort-of-industrial phase and my first go-round at home recording (with an 8 bit soundblaster, an even older Shure unisphere, and Windows 3.1 sound recorder (you know it's going to be quality all the way :D):

http://myspace.com/melvinchuckwagon

I was just able to log in!
 
My Name is Lost Thought and am a underground emcee out of Los Angeles. Fried Roots is the Label. Here is my Myspace. FriedROOts
 
How do I change the background to that page? I've seen others who have different stuff on theirs?
 
How do I change the background to that page? I've seen others who have different stuff on theirs?

You edit css. Your page starts out by default with no css code. Add a section like this anywhere in any of your profile spots, like 'About me' or whatever. Anywhere.. If you dont have a host, or dont wanna mess with css code, go google 'myspace layouts' or whatever, there's a million sites out there that will give you css code for your profile, and host all the images, of course all profile code they give you naturally includes a button or ad for their site.

body, .bodyContent {
background-color:000000;
background-image:url(http://your.host.com/your_pic.jpg);
background-position:Center Right;
background-attachment:fixed;
background-repeat:no-repeat;
border-color:DDFFFF;
border-width:20px;
border-style:Outset;
scrollbar-face-color:000000;
scrollbar highlight-color:000000;
scrollbar-3dlight-color:000000;
scrollbar-shadow-color:DDFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-arrow-color:DDFFFF;
scrollbar-track-color:000000;
}
 
You edit css. Your page starts out by default with no css code. Add a section like this anywhere in any of your profile spots, like 'About me' or whatever. Anywhere.. If you dont have a host, or dont wanna mess with css code, go google 'myspace layouts' or whatever, there's a million sites out there that will give you css code for your profile, and host all the images, of course all profile code they give you naturally includes a button or ad for their site.

body, .bodyContent {
background-color:000000;
background-image:url(http://your.host.com/your_pic.jpg);
background-position:Center Right;
background-attachment:fixed;
background-repeat:no-repeat;
border-color:DDFFFF;
border-width:20px;
border-style:Outset;
scrollbar-face-color:000000;
scrollbar highlight-color:000000;
scrollbar-3dlight-color:000000;
scrollbar-shadow-color:DDFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-arrow-color:DDFFFF;
scrollbar-track-color:000000;
}
I will give that a try... thanks!
 
Back
Top