Things You'll Need:
- MySpace account
-
Step 1
Log in to your MySpace account and manage your profile. Click "Profile" and "Edit Profile."
-
Step 2
Find the "About Me" section and scroll to the bottom of the text field. Entering Cascading Style Sheets (CSS) data here allows you to control the formatting of your page.
-
Step 3
Type in the CSS to control the border features on your MySpace tables. Enter the opening and closing "<style></style>" tags to indicate that you are entering CSS code. For instance:
<style>
</style> -
Step 4
Enter the CSS rules between the style tags. Begin by typing in the "table table table" indicator, follow this with opening and closing curly brackets, enter the item that controls the MySpace table borders "border-width:" in between the brackets and set the value to "0" with a following semicolon. These rules instruct the browser to remove the borders. For instance:
<style>
table table table { border-width:0; }
</style> -
Step 5
Click the "Save Changes" button and then view your profile to see your customized tables.











