PDA

View Full Version : Hey need a really quick help with some myspace coding will take 2 secs - + REP



Unbilotitled
18-01-2008, 05:52 PM
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.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, 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="

Jackboy
18-01-2008, 09:09 PM
.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

Want to hide these adverts? Register an account for free!