MySpace Layout: Put a Border around your Profile

Home -> Internet -> MySpace

82118 views

From the computer of: MickeyMouse (238 recipes)
Created: Aug 09, 2006


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

This quick tutorial will show users how to place a border around their entire myspace page.

Placing a nice border around a myspace profile is always a fun way to make your page unique.

If you have never edited your myspace profile before, you might want to check out this tutorial about where to place the myspace codes:
MySpace: Tutorial to Theme and Customize Your Layout

In the about me section paste the following:

<style>body{border-style:solid; border-top-width:50px; border-bottom-width:50px; border-left-width:50px; border-right-width:50px; border-color:blue;}</style>



That code will paste a huge ugly blue border around your entire profile. Literally, it will paste a solid, 50px wide, blue border.

Instead of border-style:solid you could use these common border styles instead: double, dashed, dotted.

(Please note that IE doesn't support any border other than solid very well.)

In order to change the width, just change the 50px to whatever size you would want. 10px, for example, would be less painful.

If you don't want a border on all four sides, just remove the associated border or borders that you don't want. In the above example, if you did not want a bottom border, you would just delete the border-bottom-width:50px; section of the code.

Lastly, you can change the color to any color you wish. If you wanted the border to be black, for example, you would change your color code to be either of the following: border-color:black or border-color:#000000

The color can be traditional color names (such as blue, red, white, etc) or html color codes.

Here are more examples:

Double-Red 10px Border (Seen best in firefox):

<style>body{border-style:double; border-top-width:10px; border-bottom-width:10px; border-left-width:10px; border-right-width:10px; border-color:red;}</style>



Black border on left and right only:

<style>body{border-style:solid; border-left-width:15px; border-right-width:15px; border-color:black;}</style>

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  MySpace: Change Personal Profile to a Band Profile
  MySpace: Tutorial to Theme and Customize Your Layout
  MySpace: How to Remove or Delete an Account or Profile
  MySpace: How to Hide and Make a Profile Private
  MySpace Hack: View Pictures and Comments on a Private Profile
  MySpace: How to Delete and Remove a MySpace Profile or Account
  Myspace: Stop Music from Starting Automatically
  MySpace: Remove or Hide the Contact Box in your Profile
  MySpace: Remove Last Login from Profile Page
  MySpace: HTML/CSS Hack to Hide Your Friends Section

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.