How to Change Your MySpace Display Name Style

On MySpace, your display name is the name positioned above your picture on your profile page. You can change the default black text to a color and font of your choosing by utilizing CSS, a language used to define the appearance of specific elements on a website.

Instructions

    • 1

      Log in to your MySpace account. On your home page, click "Edit Profile."

    • 2

      Copy the following code and paste it into the text box labeled "About Me."

      <style>.nametext {
      Color: CC0000;
      Font-Family: Helvetica;
      Font-Size: 24px;
      }</style>

    • 3

      Modify the color of your display name by replacing "CC0000" with the hexadecimal code of the color that you want to use.

    • 4

      Change the font style by replacing "Helvetica" with the web-safe font family of your choice.

    • 5

      Change the numeric value after "Font-Size" to make your display name larger or smaller.

    • 6

      Click "Save." View your profile to see the changes in your display name style.

Related Searches:

References

Resources

Comments

You May Also Like

Related Ads

Featured