Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Edit All Text

Posted by: kayleighisamazing Sep 15 2010, 08:36 PM

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>


Posted by: miguelS Sep 23 2010, 03:38 PM

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.