|
Join Chatcake - It's FREE!
Myspace Guidebook - Myspace Background Help
On this page you will learn how to set up a my space background image
Setting up a background image for your myspace profile is relatively simple. People mistakenly think that to put an image into the background of your myspace profile you need to know HTML code. However, what this really is called is CSS code (Cascading Style Sheets). It is an "add on" to the HTML webpage programming language. The style of your myspace profile page (or any other webpage for that matter) is controlled by the CSS. This CSS code is usually pasted into your Profile body field on the "edit my profile" page. It's not necessary to copy and paste the code into your profile field, you can also put it into your other fields (interests, music etc), it does not matter. How to copy and paste the CSS code into your profile is explained below but first lets take a quick look at WHAT to paste into your profile to add a background image.
Insert the following code into your profile to add a background image
In the code above, we're concerned with this line of code: background-image:url(http://www.chatcake.com/chatcake-logo.gif);
Note, it is very important to keep all the brackets and the rest of code syntax in place. For example, when you open a bracket {, it must be closed }, as shown in the code above. What this code does is it puts an image specified by the url (what you see after the "background-image:url", in red) into your myspace profile background. The picture has to be available online, you don't have to upload it. Simply find any image on any website, and right-click on it, then go to Properties on the pop-up menu, and you will be able to grab the URL for that image from there. In this example I use the chatcake logo image located on our server. You need to replace it with your own URL with the desired background image.
The second part of the code makes all tables on your profile page transparent. That means that the background will show through any areas where there is information about you. If the part of the code where it says table,tr,td { ... } wasn't specified, your background image would only show in the very background, behind the text and other information about you. Usually that way your profile information will be more visible, and that is, in my opinion better to omit that part. But I am showing it to you just in case you need your profile background image to show through the rest of the page. Try not including that part of the code, save your profile, and see the difference that it makes. Remember, practice is the key to a good profile here. With time you will learn how to modify the rest of your profile with ease. Hopefully you will be able to find a cool background for myspace. Good luck.
Extras..
mygen - decorate your profile Quick, with mygen 2
tunes4yourpage.com/ - get music codes for your profile here
Kris's MySpace Help Page - help with backgrounds, tables and colors
Thomas myspace editor v2 (thomass,tom's) - similar to mygen
Thomas myspace editor v2.5 - an updated version of Thomas myspace editor
Thomas myspace editor forum - get help from people with experience
Miscellaneous..
Myspace advanced profile effects - a blog explaining how to add text and image effects to your profile
About this page. Myspace is undoubtedly one of the most wide spread community sites online so we will take the mechanics of myspace to demonstrate how a profile can be decorated with html code, music videos and more. Simply select the topic of interest from the list of options above. You will learn how to add video and music codes to your existing profile layout and other tricks. This page has been created due to a heavy demand in knowledge for editing profiles on increasingly popular websites such as chatcake (chatcake), myspace, friendster, faces, hi5, yourvoid, xanga and others. As long as the site supports direct CSS/HTML code manipulation you will find information on this site useful for decorating your profile for that site.
Chatcake Myspace Profile Guidebook page, updated: May 19, 2005
|