Help - Search - Members - Calendar
Full Version: Edit All Text
Forums > Resource Center > Support Center > MySpace Support
kayleighisamazing
I used to have 1 code that allowed me to edit all of the text on my page, I thought I got it from here, but I can't find it now.

Does anyone have it?

--------------------------------------------

I found this code, and it does what I want, but I was wondering, can anyone tell me how to separate it? I don't want all the text the same way...

CODE
<style>table, tr, td, li, p, div, .btext, .blacktext10, .blacktext12, .lightbluetext8, .orangetext15, .redtext, .redbtext, .text, .whitetext12, a:active, a:visited, a:link, a:hover, a.navbar:active, a.navbar:visited, a.navbar:link, a.navbar:hover, a.redlink:active, a.redlink:visited, a.redlink:link, a.redlink:hover, .nametext {font-family:verdana; color:000000; font-size:9px;font-weight:normal;text-decoration:none;}</STYLE>

miguelS
For 1.0
CODE
<style>
* {
font-family:verdana;
color:000;
font-size:9px;
font-weight:normal;
text-decoration:none;}
</style>

Add !important statements as needed.

For 2.0, just add a div selector before the asterisk, and use a number sign for any hex colors.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.