How to change the MySpace URL table fonts?
Question:
I am currently customizing my MySpace profile and was wondering how to modify the font of the MySpace URL table. Is it even possible??
Answer:
You bet. Changing the font of your MySpace URL box is done using CSS (Cascade StyleSheets). Unlike other texts in your profile, which you modify using the .text class, in this case you’ll need to use the div element. Proceed as following:
- Login to MySapce.com and hit Edit Profile
- Enter the following code in your About Me section:
<style>
div {font-family: Calibri,Verdana, Arial;}
</style>
- Note that you are allowed to specify pretty much every font you want in the font-family property. I have chosen Calibri, which is a new Vista fonts for Windows XP.
- Hit Preview Profile and if satisfied with the results hit Save All changes.
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Modify MySpace sections • MySpace Help
Other useful related answers:
- How to change your MySpace url?
- Change the Interests text on MySpace
- How to modify the font on MySpace?
- How can i change the font size of my MySpace profile display name?
- How to hide the MySpace URL table?

how i change my picture to more big….?
I want to change my default name to calibri font but the code you have I pasted that in my about me section and nothing happens. Why? can you please help me!