Conrad
26-02-07, 21:10
Im trying to change the HTML code below for my Myspace background
See background I want here (http://www.skize.com/myspace-layouts/preview/grunge-retro.html)
In the example layout there's a section called 'Person's Interests' and under General & Television the text next to it is in black (Myspace Layouts & All).
It's this black text I want to change to white like the rest. Anyone know which part of the code I need to change? :search:
Code:
<style type="text/css">
body
{
background-color:000000;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/background.jpg");
background-attachment:fixed;
background-position:bottom left;
background-repeat:no-repeat;
border-width:0px;
}
table, tr, td
{
background-color:transparent;
border:none;
border-width:0;
}
table table {border: 0px;}
table table table table {border:0px;}
table table table {
border-style:solid;
border-width:2px;
border-color:5CF2FF;
background-color:303030;
}
table, tr, td, li, p, div, .btext, .blacktext10, .lightbluetext8, .orangetext15, .redtext, .whitetext10, .redbtext, .text {
font-family:tahoma; color:FFFFFF; font-size:10px;
}
a:active, a:visited, a:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link, .nametext {
font-family:tahoma; color:57DCFD; font-size:10px;
}
a:hover, a.navbar:hover, a.redlink:hover {
font-family:tahoma; color:FFFFFF; font-size:10px;
}
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible;
background-color:transparent;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/header.jpg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:430px; height:150px; display:block ; }
span.blacktext12 img {display:none;}
.contactTable
{
width:300px;
height:150px; padding:0px;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/table.jpg");
background-attachment:scroll;
background-position:center;
background-repeat:no-repeat;
background-color:transparent;
}
.contactTable table, table.contactTable td {
padding:0px; border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px;}
.contactTable .text {font-size:1px ;}
.contactTable .text, .contactTable a, .contactTable img {filter:none;}
.contactTable .whitetext12 {display:none;}
</style><br /><a href="http://www.skize.com/myspace-layouts/preview/grunge-retro.html">Grunge Retro Layout</a> and more <a href="http://www.skize.com">Myspace Layouts</a> at <a href="http://ww.skize.com">Skize.com</a><br /><div style="position:absolute;top:0px;left:0px;z-index:9;"><a href="http://www.skize.com" target="_blank"><img src="http://www.skize.com/support.gif" border="0" /></a></div>
See background I want here (http://www.skize.com/myspace-layouts/preview/grunge-retro.html)
In the example layout there's a section called 'Person's Interests' and under General & Television the text next to it is in black (Myspace Layouts & All).
It's this black text I want to change to white like the rest. Anyone know which part of the code I need to change? :search:
Code:
<style type="text/css">
body
{
background-color:000000;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/background.jpg");
background-attachment:fixed;
background-position:bottom left;
background-repeat:no-repeat;
border-width:0px;
}
table, tr, td
{
background-color:transparent;
border:none;
border-width:0;
}
table table {border: 0px;}
table table table table {border:0px;}
table table table {
border-style:solid;
border-width:2px;
border-color:5CF2FF;
background-color:303030;
}
table, tr, td, li, p, div, .btext, .blacktext10, .lightbluetext8, .orangetext15, .redtext, .whitetext10, .redbtext, .text {
font-family:tahoma; color:FFFFFF; font-size:10px;
}
a:active, a:visited, a:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link, .nametext {
font-family:tahoma; color:57DCFD; font-size:10px;
}
a:hover, a.navbar:hover, a.redlink:hover {
font-family:tahoma; color:FFFFFF; font-size:10px;
}
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible;
background-color:transparent;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/header.jpg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:430px; height:150px; display:block ; }
span.blacktext12 img {display:none;}
.contactTable
{
width:300px;
height:150px; padding:0px;
background-image:url("http://www.skize.com/myspace-layouts/retro2/5/table.jpg");
background-attachment:scroll;
background-position:center;
background-repeat:no-repeat;
background-color:transparent;
}
.contactTable table, table.contactTable td {
padding:0px; border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px;}
.contactTable .text {font-size:1px ;}
.contactTable .text, .contactTable a, .contactTable img {filter:none;}
.contactTable .whitetext12 {display:none;}
</style><br /><a href="http://www.skize.com/myspace-layouts/preview/grunge-retro.html">Grunge Retro Layout</a> and more <a href="http://www.skize.com">Myspace Layouts</a> at <a href="http://ww.skize.com">Skize.com</a><br /><div style="position:absolute;top:0px;left:0px;z-index:9;"><a href="http://www.skize.com" target="_blank"><img src="http://www.skize.com/support.gif" border="0" /></a></div>