Myspace templates?

Discussion in 'HTML & Website Design' started by ash1, May 28, 2006.

  1. #1
    does anyone know how i can fool around with the html in my myspace site??

    i know how to in blogger thru html admin panel, i can edit

    but how do i do this in myspace??
     
    ash1, May 28, 2006 IP
  2. Young Twig

    Young Twig Peon

    Messages:
    27
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You put some CSS in the about me section.

    Here's mine, and here's my CSS:
    
    <style type="text/css">
    
    body {
    background-color:332233;
    }  
    
    table, tr, td {background-color: transparent; border: 0px; padding:2;}
    table table {border: 0px;}
    table table table table{border: 0px;}
    
    table table table {background-color:443344; }
    
    body,table, td, li, p, div, textarea  
    {font:normal 9px arial; color:fff; font-weight:none; border:0px; text-transform: none; line-height:12px;}
    
    .text {font:normal 9px arial; color:fff; font-weight:none; border:0px; text-transform: none; line-height:12px;}  
    
    .redtext{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase; }
    
    .redbtext{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase; }
    
    .orangetext15{
    display: block;
    color:fff;
    	padding: 0;
    	margin: 0;
    	background-image: url("http://www.pimpsurveys.com/images/misc-h2.gif");
    	background-repeat: repeat-x;
    	background-position: 0 0.8em;
    	text-indent: 3px;
    	font-size: 1.5em;
    	font-family: Times New Roman, Georgia, serif;
    	font-weight: bold;
    	font-style: italic;
    }  
    
    
    .lightbluetext8{font-family:arial; font-size:9px;  color:fff; font-weight:none;border:0px; text-transform: uppercase; }
    
    .whitetext12{
    display: block;
    color:fff;
    	padding: 0;
    	margin: 0;
    	background-image: url("http://www.pimpsurveys.com/images/misc-h2.gif");
    	background-repeat: repeat-x;
    	background-position: 0 0.8em;
    	text-indent: 3px;
    	font-size: 1.5em;
    	font-family: Times New Roman, Georgia, serif;
    	font-weight: bold;
    	font-style: italic;
    }  
    
    .blacktext12{font-family: arial; color: fff; font-weight: bold; font-size: 20px; letter-spacing: -2px; }
    
    .nametext{font-family: arial; color: fff; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;} 
    
    .blacktext10{font-family:arial; font-size:9px;  color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    
    a{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-decoration: underline; }  
    a:link{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-decoration: underline; }
    a:active{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-decoration: underline; }
    a:visited{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-decoration: underline; }
    a:hover{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-decoration: none; }
    
    a.redlink{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase;}  
    a.redlink:link{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase;}
    a.redlink:active{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase;}
    a.redlink:visited{font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase; }
    a.redlink:hover{font-family:arial; font-size:9px;  color:eb1; font-weight:none;border:0px; text-transform: uppercase;}
    
    a.navbar{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    a.navbar:link{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    a.navbar:active{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    a.navbar:visited{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    a.navbar:hover{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    
    a:link, a.man{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}  
    a:active{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}  
    a:visited{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase;}
    a:hover{font-family:arial; font-size:9px; color:fff; font-weight:none;border:0px; text-transform: uppercase; text-decoration: none;}
    
    .standard b, p b, B, strong, .btext {
    font-family:arial; font-size:9px; color:eb1; font-weight:none;border:0px; text-transform: uppercase; }
    
    
    </style>
    
    Code (markup):
    I stripped all the comments from it because I'm a moron. There's a commented version out there somewhere. :p

    P.S. MySpace doesn't allow hashes (#).
     
    Young Twig, May 28, 2006 IP
  3. ash1

    ash1 Active Member

    Messages:
    2,240
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    88
    #3
    im still confused?? where do you put this css??

    this is ridiculous that i cant find it..
     
    ash1, May 28, 2006 IP
  4. ash1

    ash1 Active Member

    Messages:
    2,240
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    88
    #4
    anyone//? I CANT FIND WHERE TO PUT CSS
     
    ash1, May 29, 2006 IP
  5. 87654321

    87654321 Well-Known Member

    Messages:
    317
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #5
    1. Go to Edit Profile (its in the very first box that says Hello, %NAME%)
    2. In the About Me text box, place your CSS code above teh regular content.
    3. Click on Save All Changes
    4. Go to your new MySpace profile and enjoy the look ;)
     
    87654321, May 29, 2006 IP
  6. 87654321

    87654321 Well-Known Member

    Messages:
    317
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #6
    You cant really change the HTML, you can only control the look of the generated HTML with CSS.
     
    87654321, May 29, 2006 IP
    ash1 likes this.
  7. ash1

    ash1 Active Member

    Messages:
    2,240
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    88
    #7

    thnks a bunch
     
    ash1, May 29, 2006 IP