How to Change the Letters on Your MySpace

MySpace is a social networking website that allows users to create custom profiles to connect and share with friends. Although MySpace offers limited user customization, you can make certain changes to features on your profile. Changes include the ability to alter the way the letters and words appear in the About Me section of the page. By using simple HTML coding you can change letters to appear bold, italicized, in an alternate font or alternate color.

Instructions

    • 1

      Open your browser and visit Myspace.com. Log in to your account.

    • 2

      Click the "Edit Profile" button below your name on your profile page. Click the "About Me" link on the left side.

    • 3

      Insert the following code around letters in the About Me section to make them appear bold:

      <strong></strong>

    • 4

      Insert the following code around letters in the About Me section to make them appear italicized:

      <em></em>

    • 5

      Insert the following code around letters in the About Me section to change the font of the letters:

      <span style="font-family:'Font Name';color:inherit;"></span>

      Replace "Font Name" with the name of the font you want to change the font of the letters to.

    • 6

      Insert the following code around letters in the About Me section to change the color of the letters:

      <span style="font-family:'inherit';color:blue;">testing</span>

      Replace "blue" with the color you want to change the font of the letters to.

    • 7

      Click the "Save Changes" button at the bottom of the page and enter the security Captcha text into the field to update your profile.

Related Searches:

Comments

Related Ads

Featured