View Full Version : Change the color of my text?


code3cutie
01-17-2006, 07:00 AM
I just want to simply change the color of my text from black to white...

or even get a lil difficult and make it black with white shadow... an yall give me the code? please ;)

allie
01-17-2006, 12:54 PM
I just want to simply change the color of my text from black to white...

or even get a lil difficult and make it black with white shadow... an yall give me the code? please ;)

Welcome to the forum :waves: Are you talking about here on the forum? Or on a regular Web site.

code3cutie
01-17-2006, 04:41 PM
Welcome to the forum :waves: Are you talking about here on the forum? Or on a regular Web site.

I want to change it on my myspace

Backlight
01-18-2006, 01:24 AM
If you just want to change the txt that your inputing in your profile try this..

black
<font color="#000000">YOUR TEXT HERE</font>
white
<font color="#FFFFFF">YOUR TEXT HERE</font>


or here is a more complex code to change all the different types of txt on your myspace
<style type="text/css">
.textp{}

.textp{ Text Properties }
table, tr, td, li, p, div { color:FFFFFF; }
.btext { color:FFFFFF; }
.blacktext10 { color:FFFFFF; }
.blacktext12 { color:FFFFFF; }
.lightbluetext8 { color:FFFFFF; }
.orangetext15 { color:FFFFFF; }
.redtext { color:FFFFFF; }
.redbtext { color:FFFFFF; }
.text { color:FFFFFF; }
.whitetext12 { color:FFFFFF; }
a:active, a:visited, a:link { color:FFFFFF; }
a:hover { color:FFFFFF; }
a.navbar:active, a.navbar:visited, a.navbar:link { color:FFFFFF; }
a.navbar:hover { color:FFFFFF; }
a.redlink:active, a.redlink:visited, a.redlink:link { color:FFFFFF; }
a.redlink:hover { color:FFFFFF; }
.nametext { color:FFFFFF; }

</style>


just change the FFFFFF to 000000 to make it black