Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
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;}
2 Answers
- ilanLv 61 decade agoFavorite Answer
.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.
- ?Lv 45 years ago
in case you like a pink coronary heart, then type in: <font shade=pink> (or blue, or eco-friendly, etc.), alongside with the only section inbetween 'font' and 'shade'. then you definately so the /font after what you prefer to regulate.