First, you will need to have a basic understanding of Cascading Style Sheets, or CSS. CSS is a stylesheet language used to describe the presentation of a document written in a markup language, such as HTML. In other words, CSS tells your page how to look.
A CSS stylesheet has three basic elements to it - the beginning , the coding, and the end . If you forget or alter either the beginning or end, your Myspace layout will not display correctly.
CSS coding also has three basic elements - Selector {property:value;}. The selector is what you are defining. Examples include body, links, or text. The property includes color, borders, and background images. The value is used with the property. So if the property is color the value would be the hex code of the color you want to use. For help with color hex codes try 2createawebsite.com (go to web design, then choose hex color code chart and generator). One selector can have many properties, such as defining a background image that repeats in the center. An example of the code would be:
body {
background:#000000 url('none') repeat center;
font: 10pt bold arial;
}
where url is replaced with the location of the image, such as photobucket.com image hosting. Most image hosting sites will have the url of your image ready for you to copy and paste into your coding.
Now, since Myspace already has the stylesheet in place in the About Me section, there's no reason to remove either the beginning or the end. Your concern will be with the CSS coding in between. Knowing the basics, let's look at selectors specific for Myspace.
Background: This is what we covered above. If you just want a solid color, remove url('none') repeat center. You can also change how it repeats, or if it repeats at all.
Tables: table, tr, td {coding} - the area under the profile tables
.contactTable {coding} - your contact table
Text: .text {coding} - page text
.nametext {coding} - your name
.whitetext12 {coding} - contacting xxx(your friendID), xxx interests, etc
.lightbluetext8 {coding} - general, music, etc
.blacktext12 {coding} - "x" is in your extended network
.orangetext15 {coding} - xxx blurbs, about xxx
.blacktext10 {coding} - comment dates and times
.redtext {coding} - displaying # of # comments
Links: a:active {coding}, a:visited {coding}, a:link {coding}, a:hover {coding} - regular links
a.navbar:active {coding}, a.navbar:visited {coding}, a.navbar:link {coding}, a.navbar:hover {coding} - navigation bar links
You can further customize your Myspace layout by using various tweaks like hiding or moving items. Insert the following codes into the About Me section for different effects.
Flip your Myspace profile:
table{direction:ltr}
table table{direction:rtl}
Move the Myspace music player:
td td embed {left:50%;margin-left:#px;top:#px;position:absolute}
Hide the Myspace music player:
td td embed {width:0;height:0}
Hide the Myspace Contact Table:
.contacttable{display:none}
It isn't hard to make your Myspace layout as unique as you are. With a little CSS and creativity you can change things to suit your style. Make your Myspace profile stand out!
Published by JustMeof3
Writer, sometime web designer and graphic artist. View profile
- Tips on Creating the Perfect MySpace Layout
- Easy to Add Backgrounds for MySpace
- Making a 'Myspace' Your Space!
- Making MySpace Yours Using Profilehtml.com
- How to Make Your Own MySpace Layouts
- Photoshop Tutorial: Changing the Color Tone of Your Photos
- Customize Your MySpace Profile Page With the Thomas Editor





8 Comments
Post a CommentI AM SO FREAKN LOST I HAVE BEEN TRYN N TRYIN TO ADD GRAPICS TO MY PROFILE PAGE & JUST CANT SEEM TO GET IT. PLEASE HELP ME SOMEBODY!!!
Good tutorial!
ok I'm bookmarking this.
Great, I could use this info
Maybe it is about time I did a myspace.....
Thanks for this. I've been needing to tweak my Myspace page.
Great advice.!!
Fun!