How to Increase the Height of Tables in MySpace

The tables on your MySpace page control the display of elements, such as the "Contact" section, on your profile. This well-known social networking community gives members a default page layout that styles the height of your tables, but you may find that these initial dimensions do not work well with the type of presentation that you want. Using Cascading Style Sheets (CSS) with your MySpace profile 1.0 or 2.0, increase the height of your tables to customize your page's look.

Instructions

  1. Profile 1.0

    • 1

      Log in to your MySpace account and click the "Edit Profile" link under the Profile drop-down menu.

    • 2

      Go to the "About Me" section and scroll to the bottom of the text box to enter the following CSS code:

      <style type="text/css">
      table table table { }
      </style>

    • 3

      Type the "height" attribute between the curly brackets and follow this with your preferred value in pixels (px), points (pt) or percentage (%). For example, to create a table that is 300 pixels high, enter it as such:

      table table table { height: 300px; }

    • 4

      Click the "Save Changes" button and then click the "View My Profile" link to see the tables.

    Profile 2.0

    • 5

      Click the "Customize Profile" link under the Profile menu.

    • 6

      Select the "Appearance" option on the left and then click the "CSS" title in the next column.

    • 7

      Type the CSS rule "div.module," which controls the look of your Profile 2.0 tables, and enter a set of curly brackets. To illustrate:

      div.module { }

    • 8

      Enter a "height" descriptor between the curly brackets and type in the desired table height after the entry. For example:

      div.module { height: 300px; }

    • 9

      Click the "Publish" button to save your changes.

Related Searches:

References

Resources

Comments

You May Also Like

Related Ads

Featured