RSS feed
<< January 10, 2007 | Home | January 12, 2007 >>

MySpace layouts

To change the look of your MySpace page, Google "myspace layouts". These pages will show you a variety of layouts. When you find one you like, find the codes for the layout. On some sites, like the one I found the layout code I use on, they're available in a text box labeled "Layout Code". Follow these steps to customize your layout.

  1. Find the layout code of a MySpace layout you like on one of the many sites where they are available
  2. Copy and paste these codes into your "About Me" box, Edit Profile page available from the "Home" link on MySpace
  3. Save the changes
  4. Reload your profile page to see the change

If you use MySpace, then you're well aware of just how ugly some of the pages can get. This is due in no small part to people choosing poor layouts for their profile page. If you're going to use a custom layout, take some time to find one that isn't difficult to navigate.

These custom layouts work because some time back someone figured out that if you paste HTML style codes into their profile, magic happens. Here's a subtle example. If you paste the code below into your "About Me" box you should see the table for you "Extended Network" change into a image.

<style type="text/css">
span.blacktext12 {
background-image:url(http://www.qicboy.com/themes/user-default/header2.jpg);
  font-size:0px; 
  width:456px; 
  height:140px;
  display:block !important; 
}
</style>

Some of the available layouts include advertisements for the site that provided the layout. You can reduce the about of ads by copying only the information between the "style" tags.

Tags :
<< January 10, 2007 | Home | January 12, 2007 >>