Myspace coding question

Toadie

New Member
I'm trying to make my own Flash layout for MySpace, and I can make the layout in Flash just fine, with all the buttons and such, but can someone please tell me how to get rid of the default stuff in the background? If that isn't a clear enough question, please tell me so I can explain in greater detail.

Thanks
Toadie
 
Thanks for the welcome.

This is what I do not understand. MySpace gives you a default layout when you register. In the Edit Profile page, there are sections for your profile (About Me, Music, Television, Movies, Books, etc.) and if you want to get a new layout, you get the code, and then paste it into the About Me section. I need someone to explain to me how you can make it so your code overrides the default code. All I plan on doing is making a Flash file with all the necessary links (Add as a friend, Block, Message, Comment, etc.) and making it my entire profile.

Does that make it any clearer?

EDIT: For reference, this is the layout I have right now. It was made by someone on some other site, and I just copied the code.

Code:
<style type=text/css>
.pimp_my_profile { Generated at Pimp My Profile www.pimp-my-profile.com }
  table, tr, td { 
  background-color:transparent; 
 border:none; 
 border-width:0px; 
 } 

  table table table { 
  width:0%; max-width: 0px; } table table table table { width:0%;; 
 } 

  body { 
  background-color:dddddd; 
 background-position:Center Center; 
 background-attachment:scroll; 
 background-repeat:no-repeat; 
 border-width:0px; 
 border-style:Solid; 
 cursor:default; 
 } 

  table table { 
  border:0px; 
 } 

  table table table table { 
  border:0px; 
 background-image:none; 
 background-color:transparent; 
 } 

  table table table { 
  border-style:Double; 
 border-width:0px; 
 border-color:111111; 
 background-attachment:fixed; 
 } 

  table table table td { 
  background-color:ffffff; 
 } 

  table, tr, td, li, p, div,.text,.redtext, .blacktext12  { 
  color:444444; 
 font-size:8pt; 
 font-family:Arial; 
 } 

   .whitetext12, .orangetext15 { 
  color:444444; 
 font-size:10pt; 
 font-family:Arial; 
 } 

   .lightbluetext8, .blacktext10, .redbtext,.btext  { 
  color:555555; 
 font-size:10pt; 
 font-family:Arial; 
 } 

   .nametext { 
  color:444444; 
 font-size:10pt; 
 font-family:Arial; 
 } 

  a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link  { 
  color:FF8822; 
 font-size:8pt; 
 font-family:Arial; 
 } 

  a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover  { 
  color:FF6622; 
 font-size:8pt; 
 font-family:Arial; 
 } 

  img { 
  filter:none; 
 } 

 .blacktext12 { visibility:hidden; display:none; }  
 </style> <p align=center><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnBpbXAtbXktcHJvZmlsZS5jb20v"><img src="http://content.pimp-my-profile.com/button.gif" alt="MySpace Layouts" .."Myspace Layouts"  style="position:absolute;top:0px;left:0px;"></a><br><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnBpbXAtbXktcHJvZmlsZS5jb20v">Myspace Layouts</a> - <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnBpbXAtbXktcHJvZmlsZS5jb20vZ2VuZXJhdG9ycy9teXNwYWNlLnBocA==">Myspace Editor</a> - <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnBpY29vZGxlLmNvbS8=">Image Hosting</a></p>
 
Back
Top