Results 1 to 2 of 2
  1. #1

    Default Hey need a really quick help with some myspace coding will take 2 secs - + REP

    Hey I would like to change the color of my name on myspace from Green to a dark blue color THANKS!

    <style type="text/css">
    body {
    background-color: rgb(1, 1, 1);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }
    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 0;
    border-color: rgb(231, 120, 13);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(32, 32, 32);
    filter:alpha(81);
    -moz-opacity:0.81;
    opacity:0.81;
    -khtml-opacity:1;
    }
    table table table table td {
    filter:none;
    }
    </style>
    <style type="text/css">
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Arial;
    font-size: 9;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    font-family: Arial;
    font-size: 18;
    color: rgb(171, 206, 22);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    .whitetext12, .orangetext15 {
    font-family: Arial;
    font-size: 12;
    color: rgb(151, 151, 151);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbarink, a.navbar:active, a.navbar:visited, a.navbar:hover, a.manink, a.man:active, a.man:visited, a.man:hover, a, aink, a:active, a:visited, a:hover, a.navbarink, a.navbar:active, a.navbar:visited, a.navbar:hover, a.textink, a.text:active, a.text:visited, a.text:hover, a.searchlinksmallink, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlinkink, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(255, 39, 104);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(150, 203, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style><a href="
    You seem the types who follow the line
    Went from cheery vagabondage
    To cold blooded luxury in four years

  2. #2
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    .nametext {
    font-family: Arial;
    font-size: 18;
    color: darkblue;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }

    Change this bit ^ i changed for u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •