View Full Version : Advanced MySpace layouts


sentralorigin
09-23-2006, 03:37 PM
How can I make profiles such as this one?

www.myspace.com/str8flexed

A simple one, like my friend Layne's here. I tried to snatch the layout code, but it doesn't turn up. How can I make a simple one like this, add some stuff and take away a few things compared to Layne's profile?

Hilary_D_Duff_Fan
10-04-2006, 12:53 AM
ok he/she has a div layout whay they have done is used a special code to switch things around

1. you need to make a style sheet for your myspace in case you dont know i stly sheet is the colors fonts tables stuff like the to personalize your myspace

ok click here (http://blog.myspace.com/index.cfm?fuseaction=blog&Mytoken=8219B793-32FA-4060-A8F9A8F2B557DCD49898168) to get the css code copy and paste the code into your notepad on the pc then fill it out you can just write the name of the color your wanting



2.you need to hide your contact table click here (http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=21923682&blogID=102952998)to get the code only use the code that highlighted in white


3.you need to align your profile to the left or right
left
<style type="text/css">
body{
padding-right: 200px; }</style>


right
<style type="text/css">
{ Alignment by moorepocket }
body{
padding-left: 200px; }
</style>



4.you need to hide your freinds list

<style> table table td.text table td.text table table tbody td table, span.btext {display: none !important} </style>



5.you need to get a navigation menu
you can that at http://www.freecodesource.com