Script Garage

 

How can I change the font color in my MySpace layout from black to white?

I can see the HTML that creates the layout. I've tried tinkering with it (for example, change "blacktext12" to "whitetext12") but nothing changes. Below I have pasted the part of the HTML codes that seem relevant. Can you help me interpret it? table, tr, td, li, p, div { font-family:helvetica; color:rgb(0,0,0); font-size:12px;} .btext { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .blacktext10 { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .blacktext12 { font-family:helvetica; color:rgb(179,130,89); font-size:12px;} .lightbluetext8 { font-family:helvetica; color:rgb(0,0,0); font-size:12px;} .orangetext15 { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .redtext { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .redbtext { font-family:helvetica; color:rgb(0,0,0); font-size:12px;} .text { font-family:helvetica; color:rgb(0,0,0); font-size:12px; font-weight:bold;} .whitetext12 { font-family:helvetica; color:rgb(18,37,27); font-size:12px; font-weight:bold;} a:active, a:visited, a:link { font-family:helvetica; color:rgb(9,6,4); font-size:12px;} a:hover { font-family:helvetica; color:rgb(65,48,33); font-size:12px;} a.navbar:active, a.navbar:visited, a.navbar:link { font-family:helvetica; color:rgb(9,6,4); font-size:12px;} a.navbar:hover { font-family:helvetica; color:rgb(65,48,33); font-size:12px;} a.redlink:active, a.redlink:visited, a.redlink:link { font-family:helvetica; color:rgb(9,6,4); font-size:12px;}

Public Comments

  1. .btext { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .blacktext10 { font-family:helvetica; color:rgb(18,37,27); font-size:12px;} .blacktext12 { font-family:helvetica; color:rgb(179,130,89); font-size:12px;} to: .btext { font-family:helvetica; color:rgb(255,255,255); font-size:12px;} .blacktext10 { font-family:helvetica; color:rgb(255,255,255); font-size:12px;} .blacktext12 { font-family:helvetica; color:rgb(255,255,255); font-size:12px;} color:rgb(255,255,255); = White color in RGB.
Powered by Yahoo! Answers