How to Make the Text Uppercase on Myspace

Make text uppercase on a Myspace profile to draw attention to certain portion of the profile -- the section headings, for example. Avoid using uppercase text on the entire profile, however, as this connotes shouting or yelling in an online setting. If an entire Myspace profile is written in uppercase text, visitors to the profile may feel intimidated. Use a type of coding known as Cascading Style Sheets to make text appear in all caps, without having to retype text you already have using the Caps Lock key.

Instructions

    • 1

      Log in to your Myspace account. Choose the "Edit My Profile" link, located just below your profile picture.

    • 2

      Browse through your profile and locate a piece of text you want to make uppercase. Paste the following code at the top of the section:

      <style>

      #upper { text-transform: uppercase; }

      </style>

      This is known as inline CSS and tells Myspace to apply this style to text later in the document.

    • 3

      Paste the following tags around the text you want to make uppercase as follows:

      <div id="upper">I want this text to be uppercase.</div>

      Click the "Save" button, then view your profile to confirm the text has been transformed to uppercase.

Tips & Warnings

  • Because you can't access Myspace's full style sheet, the document developers normally use for CSS coding, you must input the inline CSS code into each individual profile section where you want to make text uppercase. Otherwise, Web browsers can't interpret the <div id=upper> command -- the inline CSS instructs the browsers as to how to style the text.

Related Searches:

References

Comments

Related Ads

Featured