Help - Search - Members - Calendar
Full Version: editing the city, age, etc
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
lala09
does anyone know how to edit and change the color of the city, age, last login, the part where it says pics, videos etc?
freeflow
Change normal text..
CODE
<style type="text/css">
body,table, td, li, p, div, textarea  
{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}
</style>

You may also need the following for pics/videos. Edit both codes.
CODE
<style type="text/css">
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }  
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
</style>

(taken from css page)
lala09
thank you so much happy.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.