Tuesday, December 22, 2009

How Do you highlight your headings on myspace? example:details, music, movies, heroes, about me and such..?

what is the code?How Do you highlight your headings on myspace? example:details, music, movies, heroes, about me and such..?
I'm not sure if Answers will allow me to paste in the text, but you have to use Cascading Style Sheets (CSS). Let's see how this comes out:


Details uses td.text, so you have to do a CSS on td.text, as follows:


%26lt;style type=';text/css';%26gt;


td.text {color:yellow; background-color:transparent; font-weight:bolder;}


%26lt;/style%26gt;





Add:


span.lightbluetext8 {color:red;}


between the style deliminators to make the text ';General, Music, Movies, etc'; turn red.





If you need out what delimiter/class to use to set the style, you can look at ';View Source'; in the browser to find the section that you need to set to make your style and color changes. Someone has probably mapped these things out elsewhere, I just haven't cared that much to search for it.





To learn about using CSS, look at the link below.





WG

No comments:

Post a Comment