View Full Version : Myspace HTML help


Breath_of_intensity
11-04-2005, 01:10 AM
Can anyone help me? I have one of those premade layouts on my profile and cannot get some of the text to show. The text underneath the music, movies, televison and books comes out black. You can't read them unless you hover...I want them to be the same purple as the Interests part. Here's the code:

<style type="text/css">
.r{}
table, td { background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://images.cbimg3.com/myspace/07/1577.jpg");
background-attachment:fixed;
background-repeat:repeat; }

.r{}
table table table {border:1px dashed; border-color:9966CC; padding:1; background-color:000000; }
table table{border:0px}
table table table table{border:0px}

.r{}
table {direction:rtl;}
table table table {direction:ltr;}

.r{}
font, td, a, body, input, textarea, table{color:9966CC;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: 9966CC; }
.btext {font-family: arial; font-size: 10pt; color: 990099; }
.blacktext10 {font-family: arial; font-size: 9pt; color: 990099; }
.blacktext12 {font-family: arial; font-size: 14pt; color: 990099; }
.lightbluetext8 {font-family: arial; font-size: 10pt; color: 990099; }
.nametext {font-family: arial; font-size: 12pt; color: 9999FF; }
.orangetext15 {font-family: arial; font-size: 10pt; color: 990099; }
.redbtext {font-family: arial; font-size: 10pt; color: 990099; }
.text {font-family: arial; font-size: 9pt; color: 9966CC; }
.whitetext12 {font-family: arial; font-size: 10pt; color: 990099; }

.r{}
a:link {font-family: arial; color: CC99FF; }
a:hover {font-family: arial; color: 9999FF; }
a:visited {font-family: arial; color: CC66CC; }
</style>

If anyone can help it'd be great!! THANKS!

Monkey Bizzle
11-04-2005, 03:42 AM
I'm not really sure which parts do what on myspace but I do know that you can take out all of the .r{}.

point2theskyandrun
01-12-2006, 02:38 AM
it has nothing to do with the pre-made layout code.

just go to your music, movies, television, and books sections and add <Z> to it anywhere to disable links.

tail451
01-12-2006, 04:38 AM
Try it without the .r's:

<style type="text/css">
table, td { background-color:transparent; border:none; border-width:0;}
body{background-image:url('http://images.cbimg3.com/myspace/07/1577.jpg');
background-attachment:fixed;
background-repeat:repeat; }
table table table {border:1px dashed; border-color:9966CC; padding:1; background-color:000000; }
table table{border:0px}
table table table table{border:0px}
table {direction:rtl;}
table table table {direction:ltr;}
font, td, a, body, input, textarea, table{color:9966CC;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: 9966CC; }
.btext {font-family: arial; font-size: 10pt; color: 990099; }
.blacktext10 {font-family: arial; font-size: 9pt; color: 990099; }
.blacktext12 {font-family: arial; font-size: 14pt; color: 990099; }
.lightbluetext8 {font-family: arial; font-size: 10pt; color: 990099; }
.nametext {font-family: arial; font-size: 12pt; color: 9999FF; }
.orangetext15 {font-family: arial; font-size: 10pt; color: 990099; }
.redbtext {font-family: arial; font-size: 10pt; color: 990099; }
.text {font-family: arial; font-size: 9pt; color: 9966CC; }
.whitetext12 {font-family: arial; font-size: 10pt; color: 990099; }
a:link {font-family: arial; color: CC99FF; }
a:hover {font-family: arial; color: 9999FF; }
a:visited {font-family: arial; color: CC66CC; }
</style>

Monkey Bizzle
01-12-2006, 04:42 AM
Considering this thread is 2 months old and the person who started it hasn't returned since they asked it, I'm pretty sure they aren't gonna come back now.